hg: jdk7/tl/langtools: 2 new changesets
maurizio.cimadamore at oracle.com
maurizio.cimadamore at oracle.com
Thu Mar 3 17:51:53 UTC 2011
Changeset: c15d788cb381
Author: mcimadamore
Date: 2011-03-03 17:32 +0000
URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/c15d788cb381
7023703: Valid code doesn't compile
Summary: leftovers cause problems when analyzing loops in Flow.java
Reviewed-by: jjg
! src/share/classes/com/sun/tools/javac/comp/Flow.java
+ test/tools/javac/7023703/T7023703neg.java
+ test/tools/javac/7023703/T7023703neg.out
+ test/tools/javac/7023703/T7023703pos.java
Changeset: 32565546784b
Author: mcimadamore
Date: 2011-03-03 17:34 +0000
URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/32565546784b
7022054: Invalid compiler error on covariant overriding methods with the same erasure
Summary: Rules for method clash use notion of subsignature, which is sometimes too strict and incompatible with JDK 6
Reviewed-by: jjg
! src/share/classes/com/sun/tools/javac/code/Types.java
! src/share/classes/com/sun/tools/javac/comp/Check.java
+ test/tools/javac/generics/7022054/T7022054neg1.java
+ test/tools/javac/generics/7022054/T7022054neg1.out
+ test/tools/javac/generics/7022054/T7022054neg2.java
+ test/tools/javac/generics/7022054/T7022054neg2.out
+ test/tools/javac/generics/7022054/T7022054pos1.java
+ test/tools/javac/generics/7022054/T7022054pos2.java
More information about the security-dev
mailing list