hg: jdk7/tl/langtools: 2 new changesets

maurizio.cimadamore at sun.com maurizio.cimadamore at sun.com
Thu Jul 24 04:31:09 PDT 2008


Changeset: 77dba8b57346
Author:    mcimadamore
Date:      2008-07-24 10:35 +0100
URL:       http://hg.openjdk.java.net/jdk7/tl/langtools/rev/77dba8b57346

6651719: Compiler crashes possibly during forward reference of TypeParameter
Summary: compiler should apply capture conversion when checking for bound conformance
Reviewed-by: jjg

! src/share/classes/com/sun/tools/javac/comp/Check.java
- test/tools/javac/capture/Capture4.java
+ test/tools/javac/generics/wildcards/6651719/T6651719a.java
+ test/tools/javac/generics/wildcards/6651719/T6651719b.java

Changeset: 36df13bde238
Author:    mcimadamore
Date:      2008-07-24 11:12 +0100
URL:       http://hg.openjdk.java.net/jdk7/tl/langtools/rev/36df13bde238

6594284: NPE thrown when calling a method on an intersection type
Summary: javac should report an error when the capture of an actual type parameter does not exist
Reviewed-by: jjg

! src/share/classes/com/sun/tools/javac/code/Type.java
! src/share/classes/com/sun/tools/javac/code/Types.java
! src/share/classes/com/sun/tools/javac/comp/Check.java
+ test/tools/javac/capture/T6594284.java




More information about the serviceability-dev mailing list