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

/openjdk9/jdk/test/javax/swing/JFileChooser/6945316/
H A Dbug6945316.java59 final CountDownLatch countDownLatch = new CountDownLatch(1);
63 countDownLatch.countDown();
71 countDownLatch.await();
/openjdk9/jdk/test/javax/swing/plaf/metal/MetalIcons/
H A DMetalHiDPIIconsTest.java48 private static volatile CountDownLatch countDownLatch; field in class:MetalHiDPIIconsTest
65 countDownLatch = new CountDownLatch(1);
68 countDownLatch.await(15, TimeUnit.MINUTES);
99 countDownLatch.countDown();
109 countDownLatch.countDown();
133 countDownLatch.countDown();
/openjdk9/jdk/test/javax/swing/plaf/windows/8165594/
H A DWindowsClassicHiDPIIconsTest.java60 private static volatile CountDownLatch countDownLatch; field in class:WindowsClassicHiDPIIconsTest
71 countDownLatch = new CountDownLatch(1);
74 countDownLatch.await(15, TimeUnit.MINUTES);
113 countDownLatch.countDown();
123 countDownLatch.countDown();
147 countDownLatch.countDown();
/openjdk9/jdk/test/javax/swing/plaf/motif/8165485/
H A DMotifHiDPIIconsTest.java56 private static volatile CountDownLatch countDownLatch; field in class:MotifHiDPIIconsTest
67 countDownLatch = new CountDownLatch(1);
70 countDownLatch.await(15, TimeUnit.MINUTES);
109 countDownLatch.countDown();
119 countDownLatch.countDown();
143 countDownLatch.countDown();
/openjdk9/jdk/test/javax/swing/plaf/basic/BasicScrollPaneUI/8166591/
H A DTooMuchWheelRotationEventsTest.java53 private static volatile CountDownLatch countDownLatch; field in class:TooMuchWheelRotationEventsTest
63 countDownLatch = new CountDownLatch(1);
66 countDownLatch.await(15, TimeUnit.MINUTES);
104 countDownLatch.countDown();
114 countDownLatch.countDown();
138 countDownLatch.countDown();
/openjdk9/jdk/test/javax/swing/JSlider/6794831/
H A Dbug6794831.java41 private final CountDownLatch countDownLatch = new CountDownLatch(1); field in class:bug6794831
94 countDownLatch.countDown();
99 if (countDownLatch.await(3000, TimeUnit.MILLISECONDS)) {
/openjdk9/hotspot/test/gc/stress/
H A DTestStressG1Humongous.java91 private CountDownLatch countDownLatch; field in class:TestStressG1HumongousImpl
108 countDownLatch = new CountDownLatch(THREAD_COUNT);
110 countDownLatch.await();
142 threads[i] = new Thread(new AllocationThread(countDownLatch, objectsPerThread, alocatedObjectsCount));
144 threads[THREAD_COUNT - 1] = new Thread(new AllocationThread(countDownLatch, objectsForLastThread, alocatedObjectsCount));
/openjdk9/jdk/test/java/awt/Window/WindowResizingOnDPIChanging/
H A DWindowResizingOnDPIChangingTest.java64 private static volatile CountDownLatch countDownLatch; field in class:WindowResizingOnDPIChangingTest
88 countDownLatch = new CountDownLatch(1);
90 countDownLatch.await(15, TimeUnit.MINUTES);
144 countDownLatch.countDown();
154 countDownLatch.countDown();
178 countDownLatch.countDown();
H A DWindowResizingOnMovingToAnotherDisplay.java64 private static volatile CountDownLatch countDownLatch; field in class:WindowResizingOnMovingToAnotherDisplay
91 countDownLatch = new CountDownLatch(1);
93 countDownLatch.await(15, TimeUnit.MINUTES);
143 countDownLatch.countDown();
153 countDownLatch.countDown();
177 countDownLatch.countDown();
H A DWindowResizingOnSetLocationTest.java69 private static volatile CountDownLatch countDownLatch; field in class:WindowResizingOnSetLocationTest
103 countDownLatch = new CountDownLatch(1);
105 countDownLatch.await(15, TimeUnit.MINUTES);
159 countDownLatch.countDown();
169 countDownLatch.countDown();
193 countDownLatch.countDown();
/openjdk9/jdk/test/javax/swing/JViewport/8164032/
H A DJViewPortBackingStoreImageTest.java60 private static volatile CountDownLatch countDownLatch; field in class:JViewPortBackingStoreImageTest
78 countDownLatch = new CountDownLatch(1);
81 countDownLatch.await(15, TimeUnit.MINUTES);
124 countDownLatch.countDown();
134 countDownLatch.countDown();
159 countDownLatch.countDown();
/openjdk9/jdk/test/javax/swing/RepaintManager/8162350/
H A DRepaintManagerFPUIScaleTest.java60 private static volatile CountDownLatch countDownLatch; field in class:RepaintManagerFPUIScaleTest
72 countDownLatch = new CountDownLatch(1);
75 countDownLatch.await(15, TimeUnit.MINUTES);
112 countDownLatch.countDown();
122 countDownLatch.countDown();
146 countDownLatch.countDown();
/openjdk9/jdk/test/java/awt/Robot/HiDPIScreenCapture/
H A DRobotMultiDPIScreenTest.java63 private static volatile CountDownLatch countDownLatch; field in class:RobotMultiDPIScreenTest
81 countDownLatch = new CountDownLatch(1);
83 countDownLatch.await(15, TimeUnit.MINUTES);
160 countDownLatch.countDown();
170 countDownLatch.countDown();
194 countDownLatch.countDown();
/openjdk9/jdk/test/javax/swing/text/Caret/8163124/
H A DCaretFloatingPointAPITest.java69 private static volatile CountDownLatch countDownLatch; field in class:CaretFloatingPointAPITest
80 countDownLatch = new CountDownLatch(1);
83 countDownLatch.await(15, TimeUnit.MINUTES);
126 countDownLatch.countDown();
136 countDownLatch.countDown();
161 countDownLatch.countDown();

Completed in 140 milliseconds