RFR: 8347407: [BACKOUT] C1/C2 don't handle allocation failure properly during initialization (RuntimeStub::new_runtime_stub fatal crash)
Damon Fenacci
dfenacci at openjdk.org
Fri Jan 10 10:58:09 UTC 2025
This reverts _8326615: C1/C2 don't handle allocation failure properly during initialization (RuntimeStub::new_runtime_stub fatal crash)_ (commit 633fad8).
The fix increased the code cache but was incomplete and didn't fix the underlying issue with code cache allocation potentially crashing.
-------------
Commit messages:
- JDK-8347407: [BACKOUT] C1/C2 don't handle allocation failure properly during initialization (RuntimeStub::new_runtime_stub fatal crash)
Changes: https://git.openjdk.org/jdk/pull/23031/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=23031&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8347407
Stats: 44 lines in 9 files changed: 5 ins; 26 del; 13 mod
Patch: https://git.openjdk.org/jdk/pull/23031.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/23031/head:pull/23031
PR: https://git.openjdk.org/jdk/pull/23031
More information about the hotspot-compiler-dev
mailing list