hg: jdk7/jdk7/langtools: 8 new changesets

tim.bell at sun.com tim.bell at sun.com
Sun Jun 8 22:27:10 PDT 2008


Changeset: 58e352559a41
Author:    jjg
Date:      2008-05-22 15:51 -0700
URL:       http://hg.openjdk.java.net/jdk7/jdk7/langtools/rev/58e352559a41

6705945: com.sun.tools.javac.zip files do not have valid copyright
Reviewed-by: mcimadamore

! src/share/classes/com/sun/tools/javac/zip/ZipFileIndex.java
! src/share/classes/com/sun/tools/javac/zip/ZipFileIndexEntry.java

Changeset: b8c8259e0d2b
Author:    jjg
Date:      2008-05-22 16:06 -0700
URL:       http://hg.openjdk.java.net/jdk7/jdk7/langtools/rev/b8c8259e0d2b

6657909: javap has unchecked compilation warnings
Reviewed-by: mcimadamore

! src/share/classes/sun/tools/javap/ClassData.java
! src/share/classes/sun/tools/javap/FieldData.java
! src/share/classes/sun/tools/javap/InnerClassData.java
! src/share/classes/sun/tools/javap/JavapPrinter.java
! src/share/classes/sun/tools/javap/Main.java
! src/share/classes/sun/tools/javap/MethodData.java
! src/share/classes/sun/tools/javap/Tables.java
! src/share/classes/sun/tools/javap/TypeSignature.java

Changeset: 65a447c75d4b
Author:    jjg
Date:      2008-05-22 17:40 -0700
URL:       http://hg.openjdk.java.net/jdk7/jdk7/langtools/rev/65a447c75d4b

6705935: javac reports path name of entry in ZipFileIndex incorectly
Reviewed-by: darcy

! src/share/classes/com/sun/tools/javac/util/JavacFileManager.java
! test/tools/javac/6589361/T6589361.java
+ test/tools/javac/T6705935.java

Changeset: ff3d4fdf9c63
Author:    tbell
Date:      2008-05-28 00:02 -0700
URL:       http://hg.openjdk.java.net/jdk7/jdk7/langtools/rev/ff3d4fdf9c63

Merge


Changeset: 8852d96b593b
Author:    mcimadamore
Date:      2008-05-30 10:29 +0100
URL:       http://hg.openjdk.java.net/jdk7/jdk7/langtools/rev/8852d96b593b

6665223: Static import of inherited protected method causes compiler exception
Summary: Buggy accessibility check causes NPE during resolution of imported static methods
Reviewed-by: jjg

! src/share/classes/com/sun/tools/javac/comp/Resolve.java
+ test/tools/javac/staticImport/6665223/T6665223.java
+ test/tools/javac/staticImport/6665223/pkg/A.java
+ test/tools/javac/staticImport/6665223/pkg/B.java

Changeset: 6e9a43815df7
Author:    mcimadamore
Date:      2008-05-30 10:42 +0100
URL:       http://hg.openjdk.java.net/jdk7/jdk7/langtools/rev/6e9a43815df7

6507024: casting an array to a generic type results in a 'capture#69 of ?' type error
Summary: Types.isSubtypeUnchecked() should handle type-variables subtyping properly
Reviewed-by: jjg

! src/share/classes/com/sun/tools/javac/code/Types.java
+ test/tools/javac/generics/T6507024.java

Changeset: f7e64b33d5a4
Author:    mcimadamore
Date:      2008-05-30 11:08 +0100
URL:       http://hg.openjdk.java.net/jdk7/jdk7/langtools/rev/f7e64b33d5a4

6677785: REGRESSION: StackOverFlowError with Cyclic Class level Type Parameters when used in constructors
Summary: This regression has been caused by previous fix of 6660289
Reviewed-by: jjg

! src/share/classes/com/sun/tools/javac/comp/Attr.java
! src/share/classes/com/sun/tools/javac/comp/Check.java
+ test/tools/javac/generics/6677785/T6677785.java
+ test/tools/javac/generics/6677785/T6677785.out

Changeset: fc780e96a16a
Author:    tbell
Date:      2008-06-02 22:35 -0700
URL:       http://hg.openjdk.java.net/jdk7/jdk7/langtools/rev/fc780e96a16a

Merge





More information about the jdk7-dev mailing list