hg: jdk9/sandbox/jdk: 4 new changesets
chris.hegarty at oracle.com
chris.hegarty at oracle.com
Thu Dec 3 14:46:02 UTC 2015
Changeset: 22ec68cc2b16
Author: mli
Date: 2015-12-02 19:27 -0800
URL: http://hg.openjdk.java.net/jdk9/sandbox/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/sandbox/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
Changeset: d41609429f2e
Author: mhaupt
Date: 2015-12-03 15:34 +0100
URL: http://hg.openjdk.java.net/jdk9/sandbox/jdk/rev/d41609429f2e
8072844: Use more efficient LambdaForm type representation
Reviewed-by: sundar, redestad
! src/java.base/share/classes/java/lang/invoke/InvokerBytecodeGenerator.java
! src/java.base/share/classes/java/lang/invoke/LambdaForm.java
Changeset: 4d010a9bd0d9
Author: mhaupt
Date: 2015-12-03 15:36 +0100
URL: http://hg.openjdk.java.net/jdk9/sandbox/jdk/rev/4d010a9bd0d9
8143343: add JEP 274 Javadoc tests to JavaDocExamplesTest
Reviewed-by: sundar
! src/java.base/share/classes/java/lang/invoke/MethodHandles.java
! test/java/lang/invoke/JavaDocExamplesTest.java
More information about the jdk9-sandbox-changes
mailing list