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

/openjdk9/jdk/test/java/util/logging/
H A DTestLogConfigurationDeadLockWithConf.java72 static final AtomicLong nextLogger = new AtomicLong(0); field in class:TestLogConfigurationDeadLockWithConf
143 long sNextLogger = nextLogger.get();
204 out.println(status + ": " + (nextLogger.get() - sNextLogger)
247 l = Logger.getLogger("foo.bar"+barcount+".l"+nextLogger.incrementAndGet());
H A DTestLogConfigurationDeadLock.java65 static final AtomicLong nextLogger = new AtomicLong(0); field in class:TestLogConfigurationDeadLock
117 long sNextLogger = nextLogger.get();
142 System.out.println("Passed: " + (nextLogger.get() - sNextLogger)
177 l = Logger.getLogger("foo.bar.l"+nextLogger.incrementAndGet());
/openjdk9/jdk/test/java/util/logging/LogManager/Configuration/
H A DTestConfigurationLock.java77 static final AtomicLong nextLogger = new AtomicLong(0); field in class:TestConfigurationLock
150 long sNextLogger = nextLogger.get();
181 System.out.println("Passed: " + (nextLogger.get() - sNextLogger)
281 l = Logger.getLogger("foo.bar.l"+nextLogger.incrementAndGet());
284 l = Logger.getLogger("foo.bar.l"+nextLogger.incrementAndGet());

Completed in 42 milliseconds