RFR: 8358756: [s390x] Test StartupOutput.java crash due to CodeCache size [v3]
Amit Kumar
amitkumar at openjdk.org
Wed Aug 20 09:42:08 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 incrementally with one additional commit since the last revision:
adds comment for larger size requirement
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/25741/files
- new: https://git.openjdk.org/jdk/pull/25741/files/12b60494..2672c360
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=25741&range=02
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=25741&range=01-02
Stats: 2 lines in 1 file changed: 2 ins; 0 del; 0 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