History log of /openjdk10/jdk/test/java/util/logging/LogManager/Configuration/ParentLoggerWithHandlerGC.java
Revision Date Author Comments
# 12745:f068a4ffddd2 15-Sep-2015 martin

8136583: Core libraries should use blessed modifier order
Summary: Run blessed-modifier-order script (see bug)
Reviewed-by: psandoz, chegar, alanb, plevart


# 11822:110f7f35760f 29-Apr-2015 darcy

8078334: Mark regression tests using randomness
Reviewed-by: xuelei, alanb


# 11008:1d3070db9c6e 24-Nov-2014 dfuchs

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