[lworld] RFR: 8375306: [lworld] Investigate alternatives to flatArrayOopDesc::obj_at implementation [v4]
Frederic Parain
fparain at openjdk.org
Wed Feb 18 12:36:06 UTC 2026
On Mon, 16 Feb 2026 09:00:59 GMT, Stefan Karlsson <stefank at openjdk.org> wrote:
>> Frederic Parain has updated the pull request incrementally with two additional commits since the last revision:
>>
>> - Fixes from Stefan's comments
>> - Fix more use sites and some TRAPS returns
>
> src/hotspot/share/services/management.cpp line 1448:
>
>> 1446: refArrayOop r = oopFactory::new_refArray(vmClasses::String_klass(),
>> 1447: nFlags,
>> 1448: CHECK_NULL);
>
> Suggestion:
>
> refArrayOop r = oopFactory::new_refArray(vmClasses::String_klass(),
> nFlags,
> CHECK_NULL);
Fixed
-------------
PR Review Comment: https://git.openjdk.org/valhalla/pull/2033#discussion_r2822099090
More information about the valhalla-dev
mailing list