hg: lambda/lambda/langtools: Bug fixes:

maurizio.cimadamore at oracle.com maurizio.cimadamore at oracle.com
Fri Jun 3 07:15:07 PDT 2011


Changeset: d5ddce2e6cee
Author:    mcimadamore
Date:      2011-06-03 15:14 +0100
URL:       http://hg.openjdk.java.net/lambda/lambda/langtools/rev/d5ddce2e6cee

Bug fixes:
*) Inference of wildcard SAM fails if SAM declares 'throw' type-variables
*) Fix to type-containment between class types and union types

! src/share/classes/com/sun/tools/javac/code/Type.java
! src/share/classes/com/sun/tools/javac/comp/Infer.java
+ test/tools/javac/lambda/ExceptionTransparency04.java
+ test/tools/javac/lambda/ExceptionTransparency04.out
! test/tools/javac/multicatch/7005371/T7005371.java



More information about the lambda-dev mailing list