RFR: 8347407: [BACKOUT] C1/C2 don't handle allocation failure properly during initialization (RuntimeStub::new_runtime_stub fatal crash) [v3]
Damon Fenacci
dfenacci at openjdk.org
Fri Jan 10 14:02:32 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 (for the latter we have JBS issue [JDK-8339700](https://bugs.openjdk.org/browse/JDK-8339700)).
Damon Fenacci has updated the pull request incrementally with one additional commit since the last revision:
JDK-8347407: re-fix JBS issue number in problem list file
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/23031/files
- new: https://git.openjdk.org/jdk/pull/23031/files/8c228b5b..0c0874bf
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=23031&range=02
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=23031&range=01-02
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 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