RFR: 8358756: [s390x] Test StartupOutput.java crash due to CodeCache size [v3]
Lutz Schmidt
lucy at openjdk.org
Wed Aug 20 21:18:42 UTC 2025
On Wed, 20 Aug 2025 09:42:08 GMT, Amit Kumar <amitkumar at openjdk.org> wrote:
>> 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
LGTM.
Thanks for the explaining comment.
-------------
Marked as reviewed by lucy (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/25741#pullrequestreview-3138267384
More information about the hotspot-compiler-dev
mailing list