[lworld] RFR: 8366705: [lworld] Re-work of arrays meta-data [v4]
Frederic Parain
fparain at openjdk.org
Fri Sep 5 12:05:10 UTC 2025
On Wed, 3 Sep 2025 16:18:55 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:
>> Frederic Parain has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains 67 commits:
>>
>> - Merge branch 'array_klasses' of github.com:fparain/valhalla into array_klasses
>> - Forgot a TODO
>> - Small cleanup
>> - Merge remote-tracking branch 'upstream/lworld' into array_klasses
>> - Moved get_Klass() back to protected and updated usages
>> - Merge branch 'array_klasses' of github.com:fparain/valhalla into array_klasses
>> - Linked TODOs to JDK-8366668
>> - Multidim array fix
>> - Cleanup T_FLAT_ELEMENT related code
>> - Fix for isAssignableFrom + tests
>> - ... and 57 more: https://git.openjdk.org/valhalla/compare/22e9d5f5...527a17b6
>
> src/hotspot/share/cds/cdsProtectionDomain.cpp line 300:
>
>> 298: // It doesn't matter which racing thread wins, as long as only one
>> 299: // result is used by all threads, and all future queries.
>> 300: // ((objArrayOop)array.resolve())->replace_if_null(index, o);
>
> Delete the commented out line.
Fixed.
-------------
PR Review Comment: https://git.openjdk.org/valhalla/pull/1452#discussion_r2324906736
More information about the valhalla-dev
mailing list