hg: jdk/jdk: 8228460: bootstrap class path not set in conjunction with -source 11
jan.lahoda at oracle.com
jan.lahoda at oracle.com
Wed Sep 18 08:43:14 UTC 2019
Changeset: dfd434203aa0
Author: jlahoda
Date: 2019-09-18 10:41 +0200
URL: https://hg.openjdk.java.net/jdk/jdk/rev/dfd434203aa0
8228460: bootstrap class path not set in conjunction with -source 11
Summary: Ensuring implicit system module path is checked for the no-bootclasspath warning for -source >= 9.
Reviewed-by: vromero
! src/jdk.compiler/share/classes/com/sun/tools/javac/file/BaseFileManager.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/file/Locations.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/main/Arguments.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/resources/compiler.properties
+ test/langtools/tools/javac/diags/examples/SourceNoSystemModulesPath.java
+ test/langtools/tools/javac/options/BCPOrSystemNotSpecified.java
! test/langtools/tools/javac/var_implicit_lambda/VarInImplicitLambdaNegTest01_source10.out
More information about the jdk-all-changes
mailing list