RFR: 8358756: [s390x] Test StartupOutput.java crash due to CodeCache size
    Amit Kumar 
    amitkumar at openjdk.org
       
    Wed Jun 11 04:43:09 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.
-------------
Commit messages:
 - fix
Changes: https://git.openjdk.org/jdk/pull/25741/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=25741&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8358756
  Stats: 2 lines in 1 file changed: 1 ins; 0 del; 1 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