Searched refs:startingMonitor (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/com/sun/jdi/
H A DMonitorEventTest.java45 public static Object startingMonitor; field in class:MonitorTestTarg
56 startingMonitor = new Object();
67 synchronized (startingMonitor) {
69 startingMonitor.wait(timeout);
95 synchronized(MonitorTestTarg.startingMonitor) {
96 MonitorTestTarg.startingMonitor.notify();

Completed in 2251 milliseconds