The following test failed in the JDK17 CI:
gc/g1/plab/TestPLABPromotion.java
Here's a snippet from the log file:
----------System.err:(14/937)----------
java.lang.RuntimeException: Expect that Survivor PLAB allocation are similar to all mem consumed
at gc.g1.plab.TestPLABPromotion.checkLiveObjectsPromotion(TestPLABPromotion.java:188)
at gc.g1.plab.TestPLABPromotion.checkResults(TestPLABPromotion.java:156)
at gc.g1.plab.TestPLABPromotion.main(TestPLABPromotion.java:122)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:298)
at java.base/java.lang.Thread.run(Thread.java:831)
JavaTest Message: Test threw exception: java.lang.RuntimeException
gc/g1/plab/TestPLABPromotion.java
Here's a snippet from the log file:
----------System.err:(14/937)----------
java.lang.RuntimeException: Expect that Survivor PLAB allocation are similar to all mem consumed
at gc.g1.plab.TestPLABPromotion.checkLiveObjectsPromotion(TestPLABPromotion.java:188)
at gc.g1.plab.TestPLABPromotion.checkResults(TestPLABPromotion.java:156)
at gc.g1.plab.TestPLABPromotion.main(TestPLABPromotion.java:122)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:298)
at java.base/java.lang.Thread.run(Thread.java:831)
JavaTest Message: Test threw exception: java.lang.RuntimeException
- relates to
-
JDK-8263310 gc/g1/plab/TestPLABResize.java failed with "Expect that initial PLAB size should be less than checked."
-
- Closed
-