hg: jdk8/tl/langtools: 7034798: Ambiguity error for abstract method call is too eager

maurizio.cimadamore at oracle.com maurizio.cimadamore at oracle.com
Mon Jul 1 06:57:26 PDT 2013


Changeset: f559ef7568ce
Author:    mcimadamore
Date:      2013-07-01 14:57 +0100
URL:       http://hg.openjdk.java.net/jdk8/tl/langtools/rev/f559ef7568ce

7034798: Ambiguity error for abstract method call is too eager
Summary: Javac should wait and see if ambiguous methods can be reconciled at the end of an overload resolution round
Reviewed-by: jjg, vromero

! src/share/classes/com/sun/tools/javac/comp/Resolve.java
! test/tools/javac/resolve/ResolveHarness.java
+ test/tools/javac/resolve/tests/AbstractMerge.java
! test/tools/javac/resolve/tests/InnerOverOuter.java



More information about the compiler-dev mailing list