hg: lambda/lambda/langtools: Fix: structural most specific test does not work in all cases
maurizio.cimadamore at oracle.com
maurizio.cimadamore at oracle.com
Tue Mar 27 07:54:05 PDT 2012
Changeset: f822145ddd15
Author: mcimadamore
Date: 2012-03-27 15:52 +0100
URL: http://hg.openjdk.java.net/lambda/lambda/langtools/rev/f822145ddd15
Fix: structural most specific test does not work in all cases
*) Fixed a bug in structural most specific where certain ambiguous call-sites were not resolved as such because of the presence of structural poly expressions in the argument list
*) Added support for varargs most specific structural resolution
! src/share/classes/com/sun/tools/javac/comp/Resolve.java
+ test/tools/javac/lambda/MostSpecific01.java
+ test/tools/javac/lambda/MostSpecific01.out
+ test/tools/javac/lambda/MostSpecific02.java
+ test/tools/javac/lambda/MostSpecific02.out
+ test/tools/javac/lambda/MostSpecific03.java
+ test/tools/javac/lambda/MostSpecific03.out
! test/tools/javac/lambda/mostSpecific/StructuralMostSpecificTest.java
More information about the lambda-dev
mailing list