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

Vladimir Kozlov kvn at openjdk.org
Wed Nov 2 16:51:35 UTC 2022


On Tue, 1 Nov 2022 13:13:46 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:

> This proposal prevents the VM from terminating unexpectedly in some rare cases (see JBS issue). It allows using NonNMethod code space for method handle intrinsics which are needed urgently if the other code cache spaces are full. There are other options (see JBS issue), but this one appears to be the simplest one.

Thank you for testing explanation.

An other question: why only MH? May be this should be done for all native methods.

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

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


More information about the hotspot-compiler-dev mailing list