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

/openjdk7/jdk/test/com/sun/management/GarbageCollectorMXBean/
H A DGarbageCollectionNotificationTest.java47 static Object synchronizer = new Object(); field in class:GarbageCollectionNotificationTest
56 synchronized(synchronizer) {
61 synchronizer.notify();
113 synchronized(synchronizer) {
115 synchronizer.wait(10000);
H A DGarbageCollectionNotificationContentTest.java48 static Object synchronizer = new Object(); field in class:GarbageCollectionNotificationContentTest
57 synchronized(synchronizer) {
62 synchronizer.notify();
114 synchronized(synchronizer) {
116 synchronizer.wait(10000);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DVM.java84 private ObjectSynchronizer synchronizer; field in class:VM
609 if (synchronizer == null) {
610 synchronizer = new ObjectSynchronizer();
612 return synchronizer;

Completed in 1952 milliseconds