hg: jdk9/dev/langtools: 8171177: Compiler should issue a warning for incubating modules that are resolved
jan.lahoda at oracle.com
jan.lahoda at oracle.com
Fri Jan 20 12:25:15 UTC 2017
Changeset: dda71e3922d7
Author: jlahoda
Date: 2017-01-20 13:20 +0100
URL: http://hg.openjdk.java.net/jdk9/dev/langtools/rev/dda71e3922d7
8171177: Compiler should issue a warning for incubating modules that are resolved
Summary: javac needs to follow ModuleResolution.DO_NOT_RESOLVE_BY_DEFAULT and ModuleResolution.WARN_INCUBATING
Reviewed-by: jjg
! src/jdk.compiler/share/classes/com/sun/tools/javac/code/Symbol.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Modules.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/resources/compiler.properties
! src/jdk.jdeps/share/classes/com/sun/tools/classfile/ModuleResolution_attribute.java
! test/tools/javac/diags/examples.not-yet.txt
+ test/tools/javac/modules/IncubatingTest.java
! test/tools/javac/processing/model/testgetallmembers/Main.java
More information about the jdk9-dev-changes
mailing list