ParentLoggersTest.java has been (rarely) seen failing with "checkLoggers: getLoggerNames() returned unexpected loggers" The suspicion is that there might be some possible interaction with other tests running in the same VM. This test causes the LogManager to reparse its configuration and should therefore run in its own VM.
------------- Commit messages: - 8263382: java/util/logging/ParentLoggersTest.java failed with "checkLoggers: getLoggerNames() returned unexpected loggers" Changes: https://git.openjdk.java.net/jdk/pull/3997/files Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=3997&range=00 Issue: https://bugs.openjdk.java.net/browse/JDK-8263382 Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod Patch: https://git.openjdk.java.net/jdk/pull/3997.diff Fetch: git fetch https://git.openjdk.java.net/jdk pull/3997/head:pull/3997 PR: https://git.openjdk.java.net/jdk/pull/3997