RFR: 8325467: Support methods with many arguments in C2 [v2]
Vladimir Kozlov
kvn at openjdk.org
Tue Aug 13 18:45:51 UTC 2024
On Tue, 13 Aug 2024 10:23:16 GMT, Daniel Lundén <dlunden at openjdk.org> wrote:
> Does C2 have a maximum frame size?
No, but there is arbitrary 1M limit check:
[chaitin.cpp#L631](https://github.com/openjdk/jdk/blob/master/src/hotspot/share/opto/chaitin.cpp#L631)
-------------
PR Comment: https://git.openjdk.org/jdk/pull/20404#issuecomment-2286892865
More information about the hotspot-compiler-dev
mailing list