hg: jdk9/dev/jdk: 8060132: Handlers configured on abstract nodes in logging.properties are not always properly closed
daniel.fuchs at oracle.com
daniel.fuchs at oracle.com
Mon Nov 24 16:06:05 UTC 2014
Changeset: 1d3070db9c6e
Author: dfuchs
Date: 2014-11-24 17:02 +0100
URL: http://hg.openjdk.java.net/jdk9/dev/jdk/rev/1d3070db9c6e
8060132: Handlers configured on abstract nodes in logging.properties are not always properly closed
Summary: Loggers which have been configured with a handler in the configuration file will be retained by the LogManager until reset() is called. A new configuration property is added to explicitely turn the fix off.
Reviewed-by: mchung
! src/java.logging/share/classes/java/util/logging/LogManager.java
+ test/java/util/logging/LogManager/Configuration/ParentLoggerWithHandlerGC.java
More information about the jdk9-dev-changes
mailing list