RFR: 8358756: [s390x] Test StartupOutput.java crash due to CodeCache size [v3]
Amit Kumar
amitkumar at openjdk.org
Thu Aug 21 03:56:00 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
GHA failures are due to infrastructure issue. Thanks for the comments and approval.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/25741#issuecomment-3208903073
More information about the hotspot-compiler-dev
mailing list