Integrated: 8295724: VirtualMachineError: Out of space in CodeCache for method handle intrinsic
Martin Doerr
mdoerr at openjdk.org
Tue Dec 6 20:59:17 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.
This pull request has now been integrated.
Changeset: cd2182a9
Author: Martin Doerr <mdoerr at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/cd2182a9967917e733e486d918e9aeba3bd35ee8
Stats: 147 lines in 5 files changed: 144 ins; 0 del; 3 mod
8295724: VirtualMachineError: Out of space in CodeCache for method handle intrinsic
Reviewed-by: kvn, dlong
-------------
PR: https://git.openjdk.org/jdk/pull/10933
More information about the hotspot-compiler-dev
mailing list