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

/openjdk9/jdk/test/java/util/logging/
H A DTestLogConfigurationDeadLockWithConf.java80 * LogManager.readConfiguration() concurrently (ReadConf), then starts
148 threads.add(new ReadConf());
224 static final class ReadConf extends DaemonThread { class in class:TestLogConfigurationDeadLockWithConf
H A DTestLogConfigurationDeadLock.java73 * LogManager.readConfiguration() concurrently (ReadConf), then starts
122 threads.add(new ReadConf());
153 static final class ReadConf extends Thread { class in class:TestLogConfigurationDeadLock
/openjdk9/jdk/test/java/util/logging/LogManager/Configuration/
H A DTestConfigurationLock.java98 * that will call readConfiguration() (ReadConf), and then starts a
159 threads.add(new ReadConf());
233 static final class ReadConf extends Thread { class in class:TestConfigurationLock
235 public ReadConf() { method in class:TestConfigurationLock.ReadConf

Completed in 42 milliseconds