The following test continues to fail in the JDK14 CI:
jdk/jfr/event/gc/collection/TestG1ParallelPhases.java
Here's a snippet from the log file:
----------System.err:(15/1265)----------
java.lang.RuntimeException: Compare events expected and received, Not found phases: NonYoungFreeCSet, Not expected phases: : expected true, was false
at jdk.test.lib.Asserts.fail(Asserts.java:594)
at jdk.test.lib.Asserts.assertTrue(Asserts.java:486)
at jdk.jfr.event.gc.collection.TestG1ParallelPhases.main(TestG1ParallelPhases.java:127)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
at java.base/java.lang.Thread.run(Thread.java:833)
JavaTest Message: Test threw exception: java.lang.RuntimeException: Compare events expected and received, Not found phases: NonYoungFreeCSet, Not expected phases: : expected true, was false
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.RuntimeException: Compare events expected and received, Not found phases: NonYoungFreeCSet, Not expected phases: : expected true, was false
----------rerun:(56/5962)*----------
jdk/jfr/event/gc/collection/TestG1ParallelPhases.java
Here's a snippet from the log file:
----------System.err:(15/1265)----------
java.lang.RuntimeException: Compare events expected and received, Not found phases: NonYoungFreeCSet, Not expected phases: : expected true, was false
at jdk.test.lib.Asserts.fail(Asserts.java:594)
at jdk.test.lib.Asserts.assertTrue(Asserts.java:486)
at jdk.jfr.event.gc.collection.TestG1ParallelPhases.main(TestG1ParallelPhases.java:127)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
at java.base/java.lang.Thread.run(Thread.java:833)
JavaTest Message: Test threw exception: java.lang.RuntimeException: Compare events expected and received, Not found phases: NonYoungFreeCSet, Not expected phases: : expected true, was false
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.RuntimeException: Compare events expected and received, Not found phases: NonYoungFreeCSet, Not expected phases: : expected true, was false
----------rerun:(56/5962)*----------
- duplicates
-
JDK-8233792 TestG1ParallelPhases.java fails with phase NonYoungFreeCSet not found (2)
-
- Resolved
-
- relates to
-
JDK-8232951 TestG1ParallelPhases.java fails with phase NonYoungFreeCSet not found
-
- Resolved
-