hg: jdk/jdk: 3 new changesets

jan.lahoda at oracle.com jan.lahoda at oracle.com
Wed Mar 4 12:44:07 UTC 2020


Changeset: 8797eb1fe3bf
Author:    jlahoda
Date:      2020-03-04 13:43 +0100
URL:       https://hg.openjdk.java.net/jdk/jdk/rev/8797eb1fe3bf

8239575: javadoc triggers javac AssertionError for annos on modules
Summary: Ensure ModuleSymbols are implicitly loaded only once in the javadoc context.
Reviewed-by: jjg

! src/jdk.compiler/share/classes/com/sun/tools/javac/code/ModuleFinder.java
! test/langtools/jdk/javadoc/tool/modules/Modules.java

Changeset: d2fc63de7876
Author:    jlahoda
Date:      2020-03-04 13:43 +0100
URL:       https://hg.openjdk.java.net/jdk/jdk/rev/d2fc63de7876

8228451: NPE in Attr.java when -XDshould-stop.ifError=FLOW
Summary: Avoiding parsing of compound assignment as a type.
Reviewed-by: jjg, vromero

! src/jdk.compiler/share/classes/com/sun/tools/javac/parser/JavacParser.java
! test/langtools/tools/javac/parser/JavacParserTest.java

Changeset: 1c06a8ee8aca
Author:    jlahoda
Date:      2020-03-04 13:43 +0100
URL:       https://hg.openjdk.java.net/jdk/jdk/rev/1c06a8ee8aca

8234896: Tab completion does not work for method references in jshell.
Reviewed-by: rfield

! src/jdk.jshell/share/classes/jdk/jshell/SourceCodeAnalysisImpl.java
! test/langtools/jdk/jshell/CompletionSuggestionTest.java



More information about the jdk-changes mailing list