Searched refs:getCurrentContendedMonitor (Results 1 – 8 of 8) sorted by relevance
64 Monitors.getCurrentContendedMonitor(null)); in testNoContention()
111 public static native Object getCurrentContendedMonitor(Thread thr); in getCurrentContendedMonitor() method in Monitors177 return getCurrentContendedMonitor(runner); in getWorkerContendedMonitor()
133 while (!Objects.equals(Monitors.getCurrentContendedMonitor(target), tst)) {} in testStopWait()160 while (!Objects.equals(Monitors.getCurrentContendedMonitor(target), tst)) {} in testInterruptWait()