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

Tobias Hartmann thartmann at openjdk.org
Tue Dec 6 15:34:21 UTC 2022


On Tue, 6 Dec 2022 15:13:44 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.
>
> Martin Doerr has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Test can't run when TieredCompilation is switched off.

I re-submitted testing and will report back once it passed.

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

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


More information about the hotspot-compiler-dev mailing list