-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 5.0
-
Component/s: core-svc
-
b59
-
generic
-
generic
A few new methods are added in Mustang to get lock information:
ThreadMXBean.getAllLockedMonitors();
ThreadMXBean.getAllLockedSynchronizers();
ThreadMXBean.findDeadlockedThreads();
FullThreadDump demo can be updated to print the lock information and where it's acquired.
ThreadMXBean.getAllLockedMonitors();
ThreadMXBean.getAllLockedSynchronizers();
ThreadMXBean.findDeadlockedThreads();
FullThreadDump demo can be updated to print the lock information and where it's acquired.