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

/openjdk7/jdk/test/java/util/logging/
H A DLoggingDeadlock4.java41 private static CountDownLatch logIsRunning = new CountDownLatch(1); field in class:LoggingDeadlock4
79 logIsRunning.countDown();
97 logIsRunning.await();

Completed in 29 milliseconds