RFR: 8299570: [JVMCI] Insufficient error handling when CodeBuffer is exhausted [v6]
Doug Simon
dnsimon at openjdk.org
Wed Mar 8 14:14:43 UTC 2023
The message from this sender included one or more files
which could not be scanned for virus detection; do not
open these files unless you are certain of the sender's intent.
----------------------------------------------------------------------
> 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 six commits:
- Merge remote-tracking branch 'openjdk-jdk/master' into JDK-8299570
- reorganized code in NativeCall::trampoline_jump
- 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=05
Stats: 45 lines in 5 files changed: 27 ins; 10 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