RFR: 8295724: VirtualMachineError: Out of space in CodeCache for method handle intrinsic [v8]

Martin Doerr mdoerr at openjdk.org
Wed Nov 9 17:16:36 UTC 2022


On Tue, 8 Nov 2022 19:34:43 GMT, Dean Long <dlong at openjdk.org> wrote:

> It sounds like using nmethods for compiled method handle intrinsics isn't necessary and causes problems. What if we store them as MethodHandlesAdapterBlobs like we do for the interpreter? Lookup would need to go through method->adapter() instead of method->code(). Is there already an RFE filed for this?

This may be a better approach. Generation should probably get moved out of `generate_native_wrapper`. I'll take a closer look when I find more time.

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

PR: https://git.openjdk.org/jdk/pull/10933


More information about the hotspot-compiler-dev mailing list