Searched defs:checkLockedMonitors (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/java/lang/management/ThreadMXBean/
H A DLockingThread.java76 static void checkLockedMonitors(ThreadInfo[] tinfos) method in class:LockingThread
82 t1.checkLockedMonitors(ti);
86 t2.checkLockedMonitors(ti);
121 void checkLockedMonitors(ThreadInfo info) method in class:LockingThread

Completed in 31 milliseconds