On Thu, 26 Mar 2026 21:08:31 GMT, Stefan Karlsson <[email protected]> wrote:
>> Stefan Karlsson has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Change the functions to take an Object[] as the argument
>
> src/java.base/share/classes/java/lang/invoke/ArrayVarHandle.java line 123:
>
>> 121: Object[] array = (Object[]) handle.arrayType.cast(oarray);
>> 122: Class<?> arrayType = oarray.getClass();
>> 123: if (ValueClass.isFlatArray(array)) {
>
> I'd like to get extra scrutiny of this change.
What is your concern?
-------------
PR Review Comment:
https://git.openjdk.org/valhalla/pull/2261#discussion_r3000959048