RFR: 8325467: Support methods with many arguments in C2 [v11]

Daniel Lundén dlunden at openjdk.org
Thu Apr 3 12:54:17 UTC 2025


On Mon, 31 Mar 2025 13:33:52 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:
>> 
>>   Extend example with offset register mask
>
> src/hotspot/share/opto/matcher.cpp line 195:
> 
>> 193:   if (C->failing()) {
>> 194:     return;
>> 195:   }
> 
> Is this failure poll required after your changes?

Yes, this poll is still required. We may fail in `init_spill_mask -> regmask_for_ideal_register`.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/20404#discussion_r2026927964


More information about the hotspot-compiler-dev mailing list