On Mon, 16 Feb 2026 09:00:59 GMT, Stefan Karlsson <[email protected]> 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

Reply via email to