RFR: 8299570: [JVMCI] Insufficient error handling when CodeBuffer is exhausted [v4]

Doug Simon dnsimon at openjdk.org
Fri Jan 20 15:33:50 UTC 2023


> This PR fixes the handling of a full CodeBuffer when emitting stubs as part of JVMCI code installation.

Doug Simon has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains four commits:

 - Merge remote-tracking branch 'openjdk-jdk/master' into JDK-8299570
 - changed return type of NativeCall::trampoline_jump to void
 - try rationalize code in NativeCall::trampoline_jump
 - properly handle CodeBuffer exhaustion in JVMCI backend

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

Changes: https://git.openjdk.org/jdk/pull/11945/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=11945&range=03
  Stats: 44 lines in 5 files changed: 26 ins; 8 del; 10 mod
  Patch: https://git.openjdk.org/jdk/pull/11945.diff
  Fetch: git fetch https://git.openjdk.org/jdk pull/11945/head:pull/11945

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


More information about the hotspot-compiler-dev mailing list