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

Daniel Lundén dlunden at openjdk.org
Tue Sep 16 12:25:04 UTC 2025


On Tue, 16 Sep 2025 10:53:04 GMT, Emanuel Peter <epeter at openjdk.org> wrote:

>> src/hotspot/share/opto/regmask.hpp line 267:
>> 
>>> 265: 
>>> 266:   // Where to extend the register mask
>>> 267:   Arena* _arena;
>> 
>> Usually, we try to keep all fields at the top.
>
> Just to keep the overview.

Sure, moved next to `_rm_word_ext` now.

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

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


More information about the hotspot-compiler-dev mailing list