On Thu, 26 Feb 2026 12:11:18 GMT, Paul Hübner <[email protected]> wrote:
>> Joel Sikström has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Update fail check in ciReplay/TestValueClassArrays.java
>
> src/hotspot/share/oops/arrayProperties.hpp line 77:
>
>> 75: return "INVALID";
>> 76: } else {
>> 77: ss.print("%s", (is_null_restricted() != 0) ? "NULL_RESTRICTED " :
>> "NULLABLE ");
>
> Nit: boolean comparison with `!=`
Good catch. Fixed.
-------------
PR Review Comment:
https://git.openjdk.org/valhalla/pull/2114#discussion_r2859247384