git: openjdk/mobile: 8228460: bootstrap class path not set in conjunction with -source 11

duke duke at openjdk.java.net
Wed Sep 18 08:55:39 UTC 2019


Changeset: a51a8527
Author:    Jan Lahoda <jlahoda at openjdk.org>
Date:      2019-09-18 10:41:18 +0000
URL:       https://github.com/openjdk/mobile/commit/a51a8527

8228460: bootstrap class path not set in conjunction with -source 11

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 mobile-changes mailing list