-
Bug
-
Resolution: Fixed
-
P3
-
9
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8327373 | 8u421 | Abhishek N | P3 | Resolved | Fixed | b01 |
JDK9 b07; Intel Xeon 2524 MHz, 1 cores, 4G, Win32 / Windows Server 2008 R2 Enterprise
Threads: 2 0.63716869s run time
Threads: 3 0.695574438s run time
Threads: 5 1.306417715s run time
----------System.err:(14/766)----------
java.lang.Error: Completed != 2
at CancelledLockLoops$ReentrantLockLoop.test(CancelledLockLoops.java:115)
at CancelledLockLoops.main(CancelledLockLoops.java:61)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:484)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:744)
JavaTest Message: Test threw exception: java.lang.Error: Completed != 2
JavaTest Message: shutting down test
Threads: 2 0.63716869s run time
Threads: 3 0.695574438s run time
Threads: 5 1.306417715s run time
----------System.err:(14/766)----------
java.lang.Error: Completed != 2
at CancelledLockLoops$ReentrantLockLoop.test(CancelledLockLoops.java:115)
at CancelledLockLoops.main(CancelledLockLoops.java:61)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:484)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:744)
JavaTest Message: Test threw exception: java.lang.Error: Completed != 2
JavaTest Message: shutting down test
- backported by
-
JDK-8327373 java/util/concurrent/locks/ReentrantLock/CancelledLockLoops.java: java.lang.Error: Completed != 2
- Resolved