Tigran Mkrtchyan wrote:
That's unfortunate. I was hoping to write a script for deadlock detection by following lock which each thread holds.Ok, will try to some other ways to do so (may be jvm tools provides some information). Thanks a lot, Tigran.
The JVM already does some deadlock detection, but I'm not sure exactly what you're trying to do so perhaps it's not usable.
If you looking for actual deadlocks (as opposed to "potential" deadlocks), then the contended lock cases are in fact what you want, since each lock involved in the deadlock would be contended.
-- - Keith _______________________________________________ dtrace-discuss mailing list [email protected]
