On Thu, 5 Mar 2026 14:08:10 GMT, Stefan Karlsson <[email protected]> wrote:
>> src/hotspot/share/oops/flatArrayKlass.cpp line 215:
>>
>>> 213:
>>> 214: // Check destination
>>> 215: if (!d->is_flatArray() && !d->is_refArray()) {
>>
>> There's an equivalent !is_refined_objArray() that can be used.
>
> Thanks. I'll change that.
Done
-------------
PR Review Comment:
https://git.openjdk.org/valhalla/pull/2117#discussion_r2894089856
