RFR: 8325467: Support methods with many arguments in C2 [v14]
Daniel Lundén
dlunden at openjdk.org
Fri Apr 4 12:53:11 UTC 2025
On Fri, 4 Apr 2025 12:44:39 GMT, Quan Anh Mai <qamai at openjdk.org> wrote:
> `TestNestedSynchronize.java` is a massive file. I wonder if you can try to generate it using `MethodHandle` or classfile API instead?
Indeed, the plan is to migrate it to the [template-based testing framework](https://github.com/openjdk/jdk/pull/24217) when that is ready. I'll have a look at using `MethodHandle`s, it would be nice to not even pollute the git history with the current version.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/20404#issuecomment-2778647499
More information about the hotspot-compiler-dev
mailing list