RFR: 8342156: C2: Compilation failure with fewer arguments after JDK-8329032 [v3]
Daniel Lundén
dlunden at openjdk.org
Wed Oct 30 09:53:51 UTC 2024
On Wed, 30 Oct 2024 08:23:19 GMT, Roberto Castañeda Lozano <rcastanedalo at openjdk.org> wrote:
>> Daniel Lundén has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Update mask size comment after suggestions
>
> src/hotspot/share/adlc/formsopt.cpp line 180:
>
>> 178: // in the register mask regardless of how much slack is created by rounding
>> 179: // up. Problematic rounding occurred when we added 16 new registers for
>> 180: // APX.
>
> Suggestion:
>
> // This was found necessary after adding 16 new registers for APX.
Thanks, I've committed the suggestion
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/21612#discussion_r1822244351
More information about the hotspot-compiler-dev
mailing list