-
Bug
-
Resolution: Cannot Reproduce
-
P4
-
20, 21
CodeCacheFullCountTest.java fails with the following RuntimeException message:
java.lang.RuntimeException: codecache shortage did not occur.
at CodeCacheFullCountTest.runTest(CodeCacheFullCountTest.java:71)
at CodeCacheFullCountTest.main(CodeCacheFullCountTest.java:43)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
at java.base/java.lang.reflect.Method.invoke(Method.java:578)
at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:312)
at java.base/java.lang.Thread.run(Thread.java:1591)
This failure has only been observed once on linux-aarch64-debug using the following additional VM flags:
-XX:+CreateCoredumpOnCrash -ea -esa -XX:CompileThreshold=100 -XX:+UnlockExperimentalVMOptions -server -XX:+TieredCompilation
java.lang.RuntimeException: codecache shortage did not occur.
at CodeCacheFullCountTest.runTest(CodeCacheFullCountTest.java:71)
at CodeCacheFullCountTest.main(CodeCacheFullCountTest.java:43)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
at java.base/java.lang.reflect.Method.invoke(Method.java:578)
at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:312)
at java.base/java.lang.Thread.run(Thread.java:1591)
This failure has only been observed once on linux-aarch64-debug using the following additional VM flags:
-XX:+CreateCoredumpOnCrash -ea -esa -XX:CompileThreshold=100 -XX:+UnlockExperimentalVMOptions -server -XX:+TieredCompilation