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

Daniel Lundén dlunden at openjdk.org
Fri Apr 25 18:14:56 UTC 2025


On Wed, 23 Apr 2025 06:31:59 GMT, Emanuel Peter <epeter at openjdk.org> wrote:

>> It is indeed arbitrary (and should be very generous for all practical cases). We need a limit so that we can compute an upper bound for register mask sizes. I've updated the comment now, does it make more sense?
>
> Nice!
> Optional: make it upper case to emphasize that it is a constant at the use site.
> Suggestion:
> 
> const int BoxLockNode_SLOT_LIMIT = 200;

Thanks, fixed!

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

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


More information about the hotspot-compiler-dev mailing list