hg: jdk9/dev/jdk: 8159245: Loggers created by system classes are not initialized correctly when configured programmatically from application code.
daniel.fuchs at oracle.com
daniel.fuchs at oracle.com
Tue Jul 12 10:29:25 UTC 2016
Changeset: 8f5ee0e0eaa1
Author: dfuchs
Date: 2016-07-12 11:29 +0100
URL: http://hg.openjdk.java.net/jdk9/dev/jdk/rev/8f5ee0e0eaa1
8159245: Loggers created by system classes are not initialized correctly when configured programmatically from application code.
Summary: Loggers of the same name now share the same configuration.
Reviewed-by: mchung, mli
! src/java.logging/share/classes/java/util/logging/LogManager.java
! src/java.logging/share/classes/java/util/logging/Logger.java
! test/java/lang/System/Logger/default/DefaultLoggerTest.java
! test/java/lang/System/LoggerFinder/DefaultLoggerFinderTest/DefaultLoggerFinderTest.java
! test/java/lang/System/LoggerFinder/jdk/DefaultLoggerBridgeTest/DefaultLoggerBridgeTest.java
! test/java/lang/System/LoggerFinder/jdk/DefaultPlatformLoggerTest/DefaultPlatformLoggerTest.java
+ test/java/util/logging/SystemLoggerConfigTest.java
More information about the jdk9-dev-changes
mailing list