RFR: 8299570: [JVMCI] Insufficient error handling when CodeBuffer is exhausted
Doug Simon
dnsimon at openjdk.org
Wed Jan 11 14:50:01 UTC 2023
This PR fixes the handling of a full CodeBuffer when emitting stubs as part of JVMCI code installation.
-------------
Commit messages:
- 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=00
Issue: https://bugs.openjdk.org/browse/JDK-8299570
Stats: 25 lines in 5 files changed: 19 ins; 0 del; 6 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