hg: jdk/submit: 2 new changesets
jan.lahoda at oracle.com
jan.lahoda at oracle.com
Fri Sep 21 10:31:50 UTC 2018
Changeset: bf1d479fe7eb
Author: jlahoda
Date: 2018-09-21 12:29 +0200
URL: http://hg.openjdk.java.net/jdk/submit/rev/bf1d479fe7eb
8209865: Incorrect 'multiple elements' notes with Elements#getTypeElement and --release
Summary: Changing ct.sym to be module-path oriented, rather than class-path oriented.
Reviewed-by: jjg
! make/langtools/src/classes/build/tools/symbolgenerator/CreateSymbols.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/platform/JDKPlatformProvider.java
+ test/langtools/tools/javac/platform/ReleaseModulesAndTypeElement.java
Changeset: 91fd24cf57d5
Author: jlahoda
Date: 2018-09-21 12:29 +0200
URL: http://hg.openjdk.java.net/jdk/submit/rev/91fd24cf57d5
8209058: Cannot find annotation method 'value()' in type 'Profile+Annotation'
Summary: Correct detection of the Profile+Annotation synthetic annotation for classes that are not from the java.base module.
Reviewed-by: jjg
! src/jdk.compiler/share/classes/com/sun/tools/javac/jvm/ClassReader.java
+ test/langtools/tools/javac/platform/NoProfileAnnotationWarning.java
More information about the jdk-submit-changes
mailing list