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

/openjdk9/jdk/test/com/sun/management/GarbageCollectorMXBean/
H A DGarbageCollectionNotificationTest.java50 static Object synchronizer = new Object(); field in class:GarbageCollectionNotificationTest
59 synchronized(synchronizer) {
64 synchronizer.notify();
103 synchronized(synchronizer) {
105 synchronizer.wait(10000);
H A DGarbageCollectionNotificationContentTest.java51 static Object synchronizer = new Object(); field in class:GarbageCollectionNotificationContentTest
60 synchronized(synchronizer) {
65 synchronizer.notify();
104 synchronized(synchronizer) {
106 synchronizer.wait(10000);
/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/runtime/
H A DVM.java86 private ObjectSynchronizer synchronizer; field in class:VM
680 if (synchronizer == null) {
681 synchronizer = new ObjectSynchronizer();
683 return synchronizer;
/openjdk9/hotspot/make/lib/
H A DCompileDtracePostJvm.gmk128 synchronizer.o \

Completed in 100 milliseconds