hg: jdk8/tl/langtools: 2 new changesets
maurizio.cimadamore at oracle.com
maurizio.cimadamore at oracle.com
Tue Mar 12 16:03:21 UTC 2013
Changeset: 6db9a3b1a93f
Author: mcimadamore
Date: 2013-03-12 16:02 +0000
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/6db9a3b1a93f
8008540: Constructor reference to non-reifiable array should be rejected
8008539: Spurious error when constructor reference mention an interface type
8008538: Constructor reference accepts wildcard parameterized types
Summary: Overhaul of Check.checkConstructorRefType
Reviewed-by: jjg
! src/share/classes/com/sun/tools/javac/comp/Check.java
! test/tools/javac/lambda/MethodReference38.out
+ test/tools/javac/lambda/MethodReference64.java
+ test/tools/javac/lambda/MethodReference64.out
Changeset: 5ddecb91d843
Author: mcimadamore
Date: 2013-03-12 16:02 +0000
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/5ddecb91d843
8009545: Graph inference: dependencies between inference variables should be set during incorporation
Summary: Move all transitivity checks into the incorporation round
Reviewed-by: jjg
! src/share/classes/com/sun/tools/javac/code/Type.java
! src/share/classes/com/sun/tools/javac/comp/Infer.java
! test/tools/javac/lambda/TargetType28.out
More information about the core-libs-dev
mailing list