[lworld] RFR: 8378000: [lworld] Move ArrayProperties to its own class [v6]
Joel Sikström
jsikstro at openjdk.org
Thu Feb 26 14:13:29 UTC 2026
On Thu, 26 Feb 2026 12:11:18 GMT, Paul Hübner <phubner at openjdk.org> 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
More information about the valhalla-dev
mailing list