-
Bug
-
Resolution: Fixed
-
P3
-
11
-
b23
-
x86_64
-
linux
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8207002 | 12 | Doug Lea | P3 | Resolved | Fixed | b02 |
JDK-8207490 | 11.0.2 | Doug Lea | P3 | Resolved | Fixed | b01 |
JDK-8207601 | 11.0.1 | Doug Lea | P3 | Resolved | Fixed | b02 |
The following tier1 test failed in the jdk/jdk CI:
java/util/concurrent/forkjoin/FJExceptionTableLeak.java
Here is a snippet of the log file:
----------System.err:(13/789)----------
java.lang.AssertionError: failed to satisfy condition
at FJExceptionTableLeak.gcAwait(FJExceptionTableLeak.java:148)
at FJExceptionTableLeak.main(FJExceptionTableLeak.java:112)
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:566)
at com.sun.javatest.regtest.agent.MainActionHelper$SameVMRunnable.run(MainActionHelper.java:229)
at java.base/java.lang.Thread.run(Thread.java:834)
JavaTest Message: Test threw exception: java.lang.AssertionError
JavaTest Message: shutting down test
result: Failed. Execution failed: `main' threw exception: java.lang.AssertionError: failed to satisfy condition
test result: Failed. Execution failed: `main' threw exception: java.lang.AssertionError: failed to satisfy condition
This is a tier1 failure so the priority starts out at P2.
I can't find any older sightings in a CI build so I'm
tagging this as a promotion_blocker.
java/util/concurrent/forkjoin/FJExceptionTableLeak.java
Here is a snippet of the log file:
----------System.err:(13/789)----------
java.lang.AssertionError: failed to satisfy condition
at FJExceptionTableLeak.gcAwait(FJExceptionTableLeak.java:148)
at FJExceptionTableLeak.main(FJExceptionTableLeak.java:112)
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:566)
at com.sun.javatest.regtest.agent.MainActionHelper$SameVMRunnable.run(MainActionHelper.java:229)
at java.base/java.lang.Thread.run(Thread.java:834)
JavaTest Message: Test threw exception: java.lang.AssertionError
JavaTest Message: shutting down test
result: Failed. Execution failed: `main' threw exception: java.lang.AssertionError: failed to satisfy condition
test result: Failed. Execution failed: `main' threw exception: java.lang.AssertionError: failed to satisfy condition
This is a tier1 failure so the priority starts out at P2.
I can't find any older sightings in a CI build so I'm
tagging this as a promotion_blocker.
- backported by
-
JDK-8207002 forkjoin/FJExceptionTableLeak.java fails "AssertionError: failed to satisfy condition"
-
- Resolved
-
-
JDK-8207490 forkjoin/FJExceptionTableLeak.java fails "AssertionError: failed to satisfy condition"
-
- Resolved
-
-
JDK-8207601 forkjoin/FJExceptionTableLeak.java fails "AssertionError: failed to satisfy condition"
-
- Resolved
-