Relates :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
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.
|