hg: jdk/sandbox: 3 new changesets
chris.hegarty at oracle.com
chris.hegarty at oracle.com
Wed Mar 4 12:45:15 UTC 2020
Changeset: 8797eb1fe3bf
Author: jlahoda
Date: 2020-03-04 13:43 +0100
URL: https://hg.openjdk.java.net/jdk/sandbox/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/sandbox/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/sandbox/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-sandbox-changes
mailing list