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

Martin Doerr mdoerr at openjdk.org
Thu Nov 24 17:00:42 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.

Martin Doerr has updated the pull request incrementally with one additional commit since the last revision:

  Add regression test.

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/10933/files
  - new: https://git.openjdk.org/jdk/pull/10933/files/90617b36..2c5d2839

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=10933&range=11
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=10933&range=10-11

  Stats: 84 lines in 1 file changed: 84 ins; 0 del; 0 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