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

Doug Simon dnsimon at openjdk.org
Fri Jan 20 12:43:41 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 incrementally with one additional commit since the last revision:

  changed return type of NativeCall::trampoline_jump to void

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/11945/files
  - new: https://git.openjdk.org/jdk/pull/11945/files/0e4fb650..8e85e3d6

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=11945&range=02
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=11945&range=01-02

  Stats: 11 lines in 2 files changed: 0 ins; 3 del; 8 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