RFR: 8358756: [s390x] Test StartupOutput.java crash due to CodeCache size [v2]
Amit Kumar
amitkumar at openjdk.org
Tue Jun 17 05:40:14 UTC 2025
> There isn't enough initial cache present which can let the interpreter mode run freely. So before even we reach to the compiler phase and try to bail out, in case there isn't enough space left for the stub compilation, JVM crashes. Idea is to increase the Initial cache size and make it enough to run interpreter mode at least.
Amit Kumar has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains three additional commits since the last revision:
- Merge branch 'master' into testfix
- take the platform change out of loop
- fix
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/25741/files
- new: https://git.openjdk.org/jdk/pull/25741/files/bcf22368..12b60494
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=25741&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=25741&range=00-01
Stats: 16395 lines in 319 files changed: 11344 ins; 3707 del; 1344 mod
Patch: https://git.openjdk.org/jdk/pull/25741.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/25741/head:pull/25741
PR: https://git.openjdk.org/jdk/pull/25741
More information about the hotspot-compiler-dev
mailing list