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

Martin Doerr mdoerr at openjdk.org
Tue Nov 1 13:24:12 UTC 2022


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.

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

Commit messages:
 - 8295724: VirtualMachineError: Out of space in CodeCache for method handle intrinsic

Changes: https://git.openjdk.org/jdk/pull/10933/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=10933&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8295724
  Stats: 12 lines in 2 files changed: 11 ins; 0 del; 1 mod
  Patch: https://git.openjdk.org/jdk/pull/10933.diff
  Fetch: git fetch https://git.openjdk.org/jdk pull/10933/head:pull/10933

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


More information about the hotspot-compiler-dev mailing list