hg: jdk/jdk: 2 new changesets
jan.lahoda at oracle.com
jan.lahoda at oracle.com
Thu Jun 28 08:10:52 UTC 2018
Changeset: e84038f37713
Author: jlahoda
Date: 2018-06-28 10:05 +0200
URL: http://hg.openjdk.java.net/jdk/jdk/rev/e84038f37713
8195986: Incorrect javac -h output with annotation processing and missing classes
Summary: When clearing out symbols for a new annotation processing round, preserve types when possible.
Reviewed-by: vromero
! src/jdk.compiler/share/classes/com/sun/tools/javac/processing/JavacProcessingEnvironment.java
+ test/langtools/tools/javac/processing/rounds/ValidTypesAreKept.java
Changeset: addda6247cb0
Author: jlahoda
Date: 2018-06-28 10:05 +0200
URL: http://hg.openjdk.java.net/jdk/jdk/rev/addda6247cb0
8205913: Inconsistent source code model
Summary: Ensuring variable declarations have non-null modifiers and names.
Reviewed-by: mcimadamore
! src/jdk.compiler/share/classes/com/sun/tools/javac/parser/JavacParser.java
! test/langtools/jdk/jshell/ToolTabSnippetTest.java
! test/langtools/tools/javac/parser/JavacParserTest.java
More information about the jdk-changes
mailing list