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

Emanuel Peter epeter at openjdk.org
Fri Jun 20 10:02:41 UTC 2025


On Fri, 25 Apr 2025 17:58:10 GMT, Daniel Lundén <dlunden at openjdk.org> wrote:

>> Or why do we need to set all these flags? If we need some of them, then a comment could be helpful.
>
> Note that I only added the `-XX:MaxNodeLimit=20000`, all the other flags are from before (I just added line breaks). It could very well make sense to have a run with fewer flags, but I'm not sure if that's compatible with what the original author intended. I'd prefer leaving it as it is.

Is it the use of the JSR292 methods that increases the limit? Or do you need to increase the limit to make sure we don't hit the limit?

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

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


More information about the hotspot-compiler-dev mailing list