git: openjdk/mobile: 3 new changesets
duke
duke at openjdk.java.net
Tue Jun 2 06:48:55 UTC 2020
Changeset: 04ad75e7
Author: Jan Lahoda <jlahoda at openjdk.org>
Date: 2020-06-02 08:27:37 +0000
URL: https://git.openjdk.java.net/mobile/commit/04ad75e7
8241519: javac crashes with wrong module-info.class in module path
If module-info.class is broken, mark the corresponding ModuleSymbol as erroneous.
Reviewed-by: jjg
! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Modules.java
! test/langtools/tools/javac/modules/EdgeCases.java
Changeset: 44ae643b
Author: Jan Lahoda <jlahoda at openjdk.org>
Date: 2020-06-02 08:41:36 +0000
URL: https://git.openjdk.java.net/mobile/commit/44ae643b
8210649: AssertionError @ jdk.compiler/com.sun.tools.javac.comp.Modules.enter(Modules.java:244)
Do not clean trees after last round of annotation processing, if the trees won't be re-entered again.
Reviewed-by: vromero
! src/jdk.compiler/share/classes/com/sun/tools/javac/main/JavaCompiler.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/processing/JavacProcessingEnvironment.java
+ test/langtools/tools/javac/processing/T8210649.java
Changeset: 363d7c63
Author: duke <duke at openjdk.org>
Date: 2020-06-02 06:48:17 +0000
URL: https://git.openjdk.java.net/mobile/commit/363d7c63
Automatic merge of jdk:master into master
More information about the mobile-changes
mailing list