hg: jdk/jdk: 2 new changesets

jan.lahoda at oracle.com jan.lahoda at oracle.com
Thu May 28 11:40:19 UTC 2020


Changeset: f5576e6d7736
Author:    jlahoda
Date:      2020-05-28 13:37 +0200
URL:       https://hg.openjdk.java.net/jdk/jdk/rev/f5576e6d7736

8245786: Scope is wrong for ClassTree representing record
Summary: Listing RECORD as a class-like Tree Kind while computing Scope.
Reviewed-by: jjg

! src/jdk.compiler/share/classes/com/sun/tools/javac/api/JavacTrees.java
! test/langtools/tools/javac/api/TestGetScopeResult.java

Changeset: 02a5a446f8bf
Author:    asotona
Date:      2020-05-28 10:52 +0200
URL:       https://hg.openjdk.java.net/jdk/jdk/rev/02a5a446f8bf

8230827: javac gives inappropriate warning about potentially ambiguous methods
Summary: fix of too strict com.sun.tools.javac.comp.Comp:checkPotentiallyAmbiguousOverloads method
Reviewed-by: jlahoda

! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Check.java
+ test/langtools/tools/javac/8230827/T8230827.java
+ test/langtools/tools/javac/8230827/T8230827.out



More information about the jdk-changes mailing list