Integrated: 8358756: [s390x] Test StartupOutput.java crash due to CodeCache size

Amit Kumar amitkumar at openjdk.org
Thu Aug 21 03:56:01 UTC 2025


On Wed, 11 Jun 2025 04:33:30 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.

This pull request has now been integrated.

Changeset: 78d50c02
Author:    Amit Kumar <amitkumar at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/78d50c02152d3d02953cc468d50c7c40c43c1527
Stats:     5 lines in 1 file changed: 4 ins; 0 del; 1 mod

8358756: [s390x] Test StartupOutput.java crash due to CodeCache size

Reviewed-by: lucy, dfenacci

-------------

PR: https://git.openjdk.org/jdk/pull/25741


More information about the hotspot-compiler-dev mailing list