RFR: 8325467: Support methods with many arguments in C2 [v14]
Daniel Lundén
dlunden at openjdk.org
Mon Apr 7 15:26:02 UTC 2025
On Fri, 4 Apr 2025 12:49:44 GMT, Daniel Lundén <dlunden 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.
@merykitty Now updated to use the `CompileFramework` instead. Thanks @eme64 for the pointer!
-------------
PR Comment: https://git.openjdk.org/jdk/pull/20404#issuecomment-2783716216
More information about the hotspot-compiler-dev
mailing list