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

Martin Doerr mdoerr at openjdk.org
Tue Nov 8 17:57:56 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:

  Fix typo in comment.

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/10933/files
  - new: https://git.openjdk.org/jdk/pull/10933/files/8d12f754..525d9a81

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

  Stats: 1 line in 1 file changed: 0 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