Searched defs:nextLogger (Results 1 - 3 of 3) sorted by relevance

/openjdk9/jdk/test/java/util/logging/
H A DTestLogConfigurationDeadLock.java65 static final AtomicLong nextLogger = new AtomicLong(0); field in class:TestLogConfigurationDeadLock
H A DTestLogConfigurationDeadLockWithConf.java72 static final AtomicLong nextLogger = new AtomicLong(0); field in class:TestLogConfigurationDeadLockWithConf
/openjdk9/jdk/test/java/util/logging/LogManager/Configuration/
H A DTestConfigurationLock.java77 static final AtomicLong nextLogger = new AtomicLong(0); field in class:TestConfigurationLock

Completed in 106 milliseconds