-
Enhancement
-
Resolution: Fixed
-
P4
-
5.0
-
b39
-
generic
-
generic
ThreadInfo contains monitor lock information when a thread is blocked or waiting on a monitor. ThreadMXBean.findMonitorDeadlockedThreads() provides a programmatic way to detect deadlock on demand. Both provides lock information about the object monitor lock but not java.util.concurrent locks.
Enhance the API / VM support to include java.util.concurrent locks in the lock information.
Enhance the API / VM support to include java.util.concurrent locks in the lock information.
- relates to
-
JDK-6215270 API to detect all monitors locked/waited-on by any given thread
-
- Resolved
-
-
JDK-8199882 compiler/uncommontrap/TestDeoptOOM.java failed w/ fatal error: ExceptionMark constructor expects no pending exceptions
-
- Resolved
-
-
JDK-5086475 Ctrl-break handler should print the java.util.concurrent locks info
-
- Resolved
-
-
JDK-6272462 SA: Print java.util.concurrent locks for jstack -l on core file or hung processes
-
- Resolved
-
-
JDK-6708212 Add support for java.util.concurrent locks
-
- Closed
-