-
Bug
-
Resolution: Fixed
-
P4
-
7
-
None
-
b35
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8191398 | 6u191 | Ivan Gerasimov | P4 | Resolved | Fixed | b01 |
Following test fails intermittently.
* java/lang/management/ThreadMXBean/Locks.java
This test failed due to "RuntimeException: Thread WaitingThread
is expected to wait on java.lang.Object@d8a7efd but got null
Thread.State = TIMED_WAITING" on Win-AMD64 Server VM (machine
vm-v20z-16).
Failure log:
http://sqeweb.sfbay.sun.com/nfs/results/vm/gtee/JDK7/NIGHTLY/VM/2008-08-11/Serv_Baseline/javase/windows-amd64/server/mixed/javase-windows-amd64_server_mixed_MM_REGRESSION2008-08-11-19-43-19/workDir/java/lang/management/ThreadMXBean/Locks.jtr
java.lang.RuntimeException: Thread WaitingThread is expected to wait on java.lang.Object@d8a7efd but got null Thread.State = TIMED_WAITING
at Locks.checkBlockedObject(Locks.java:74)
at Locks.access$200(Locks.java:37)
at Locks$CheckerThread.run(Locks.java:202)
STATUS:Failed.`main' threw exception: java.lang.RuntimeException: Thread WaitingThread is expected to wait on java.lang.Object@d8a7efd but got null Thread.State = TIMED_WAITING
result: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: Thread WaitingThread is expected to wait on java.lang.Object@d8a7efd but got null Thread.State = TIMED_WAITING
* java/lang/management/ThreadMXBean/Locks.java
This test failed due to "RuntimeException: Thread WaitingThread
is expected to wait on java.lang.Object@d8a7efd but got null
Thread.State = TIMED_WAITING" on Win-AMD64 Server VM (machine
vm-v20z-16).
Failure log:
http://sqeweb.sfbay.sun.com/nfs/results/vm/gtee/JDK7/NIGHTLY/VM/2008-08-11/Serv_Baseline/javase/windows-amd64/server/mixed/javase-windows-amd64_server_mixed_MM_REGRESSION2008-08-11-19-43-19/workDir/java/lang/management/ThreadMXBean/Locks.jtr
java.lang.RuntimeException: Thread WaitingThread is expected to wait on java.lang.Object@d8a7efd but got null Thread.State = TIMED_WAITING
at Locks.checkBlockedObject(Locks.java:74)
at Locks.access$200(Locks.java:37)
at Locks$CheckerThread.run(Locks.java:202)
STATUS:Failed.`main' threw exception: java.lang.RuntimeException: Thread WaitingThread is expected to wait on java.lang.Object@d8a7efd but got null Thread.State = TIMED_WAITING
result: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: Thread WaitingThread is expected to wait on java.lang.Object@d8a7efd but got null Thread.State = TIMED_WAITING
- backported by
-
JDK-8191398 TEST_BUG: ThreadMXBean Locks.java fails intermittently.
- Resolved
- relates to
-
JDK-6815130 Intermittent ThreadMXBean/Locks.java test failure
- Resolved