hg: jdk9/dev/jdk: 2 new changesets

daniel.fuchs at oracle.com daniel.fuchs at oracle.com
Thu Dec 3 14:33:20 UTC 2015


Changeset: 22ec68cc2b16
Author:    mli
Date:      2015-12-02 19:27 -0800
URL:       http://hg.openjdk.java.net/jdk9/dev/jdk/rev/22ec68cc2b16

8144214: Some log messages will be discarded when VM is bootstrapping
Summary: use logp instead of log.
Reviewed-by: dfuchs

! src/java.base/share/classes/jdk/internal/logger/BootstrapLogger.java

Changeset: 7cc5e8fd62c9
Author:    mli
Date:      2015-12-02 19:46 -0800
URL:       http://hg.openjdk.java.net/jdk9/dev/jdk/rev/7cc5e8fd62c9

8144460: Improve the code coverage for BootstrapLogger and SimpleConsoleLogger APIs and verify bug fix JDK-8144214
Summary: Cover the logXX and LogEvent.valueOf APIs of BootstrapLogger and logXX APIs of SimpleConsoleLogger
Reviewed-by: dfuchs

+ test/java/lang/System/LoggerFinder/internal/BootstrapLogger/BootstrapLoggerAPIsTest.java
! test/java/lang/System/LoggerFinder/internal/BootstrapLogger/BootstrapLoggerTest.java
+ test/java/lang/System/LoggerFinder/internal/BootstrapLogger/BootstrapLoggerUtils.java
+ test/java/lang/System/LoggerFinder/internal/BootstrapLogger/LogStream.java



More information about the jdk9-dev-changes mailing list