RFR: 8360192: C2: Make the type of count leading/trailing zero nodes more precise [v16]

Qizheng Xing qxing at openjdk.org
Wed Oct 29 09:45:08 UTC 2025


On Fri, 24 Oct 2025 15:53:50 GMT, Emanuel Peter <epeter at openjdk.org> wrote:

>> Qizheng Xing has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Fix include order
>
> test/hotspot/jtreg/compiler/c2/gvn/TestCountBitsRange.java line 84:
> 
>> 82:         LIMITS_64_5 = INTS_64.next();
>> 83:         LIMITS_64_6 = INTS_64.next();
>> 84:         LIMITS_64_7 = INTS_64.next();
> 
> Why not assign them directly? You just need to declare the generators first. Would save us a couple of lines.

Updated

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/25928#discussion_r2472302364


More information about the hotspot-compiler-dev mailing list