hg: jdk7/jdk7/langtools: 11 new changesets
tim.bell at sun.com
tim.bell at sun.com
Tue Feb 17 12:25:27 PST 2009
Changeset: edb8d7985cfd
Author: darcy
Date: 2009-01-27 17:50 -0800
URL: http://hg.openjdk.java.net/jdk7/jdk7/langtools/rev/edb8d7985cfd
6707027: langtools/test/tools/javac/processing/model/testgetallmember/Main.java fails
Reviewed-by: jjg
! test/tools/javac/processing/model/testgetallmembers/Main.java
Changeset: 9199b9092f73
Author: jjg
Date: 2009-01-27 18:38 -0800
URL: http://hg.openjdk.java.net/jdk7/jdk7/langtools/rev/9199b9092f73
6176978: current Javadoc's invocation and extension (Doclet) mechanisms are problematic
Reviewed-by: darcy
! src/share/classes/com/sun/tools/javadoc/DocletInvoker.java
+ test/tools/javadoc/6176978/T6176978.java
+ test/tools/javadoc/6176978/X.java
Changeset: 1aa81917016a
Author: mcimadamore
Date: 2009-01-29 12:17 +0000
URL: http://hg.openjdk.java.net/jdk7/jdk7/langtools/rev/1aa81917016a
6315770: javac inference allows creation of strange types: Integer & Runnable
Summary: Javac does not apply glb correctly as per JLS3 15.12.2.8
Reviewed-by: jjg
! src/share/classes/com/sun/tools/javac/code/Types.java
! src/share/classes/com/sun/tools/javac/comp/Infer.java
+ test/tools/javac/generics/inference/6315770/T6315770.java
+ test/tools/javac/generics/inference/6315770/T6315770.out
Changeset: 4542977c959e
Author: mcimadamore
Date: 2009-01-29 12:18 +0000
URL: http://hg.openjdk.java.net/jdk7/jdk7/langtools/rev/4542977c959e
6557182: Unchecked warning *and* inconvertible types
Summary: Redundant warnings are generated when casting from intersection types
Reviewed-by: jjg
! src/share/classes/com/sun/tools/javac/code/Types.java
+ test/tools/javac/cast/6557182/T6557182.java
+ test/tools/javac/cast/6557182/T6557182.out
Changeset: 79f2f2c7d846
Author: mcimadamore
Date: 2009-01-29 12:19 +0000
URL: http://hg.openjdk.java.net/jdk7/jdk7/langtools/rev/79f2f2c7d846
6729401: Compiler error when using F-bounded generics with free type variables
Summary: Javac applies wrong substitution to recursive type-variable bounds
Reviewed-by: jjg
! src/share/classes/com/sun/tools/javac/code/Types.java
+ test/tools/javac/generics/6729401/T6729401.java
Changeset: 49281ea88125
Author: tbell
Date: 2009-01-30 23:28 -0800
URL: http://hg.openjdk.java.net/jdk7/jdk7/langtools/rev/49281ea88125
Merge
Changeset: 638d5fbf5e78
Author: tbell
Date: 2009-02-06 09:44 -0800
URL: http://hg.openjdk.java.net/jdk7/jdk7/langtools/rev/638d5fbf5e78
Merge
Changeset: 9d541fd2916b
Author: jjg
Date: 2009-02-06 10:23 -0800
URL: http://hg.openjdk.java.net/jdk7/jdk7/langtools/rev/9d541fd2916b
6595666: fix -Werror
Reviewed-by: mcimadamore
! src/share/classes/com/sun/tools/javac/main/JavaCompiler.java
! src/share/classes/com/sun/tools/javac/main/Main.java
! src/share/classes/com/sun/tools/javac/main/RecognizedOptions.java
! src/share/classes/com/sun/tools/javac/resources/compiler.properties
! src/share/classes/com/sun/tools/javac/resources/javac.properties
! test/tools/javac/6304921/T6304921.out
! test/tools/javac/6758789/T6758789b.out
! test/tools/javac/T6241723.out
+ test/tools/javac/T6595666.java
! test/tools/javac/depDocComment/DeprecatedDocComment.out
Changeset: 58fcba61a77d
Author: darcy
Date: 2009-02-06 12:49 -0800
URL: http://hg.openjdk.java.net/jdk7/jdk7/langtools/rev/58fcba61a77d
6794071: Provide exception superclass for UnknownFooExceptions
Reviewed-by: jjg
+ src/share/classes/javax/lang/model/UnknownEntityException.java
! src/share/classes/javax/lang/model/element/UnknownAnnotationValueException.java
! src/share/classes/javax/lang/model/element/UnknownElementException.java
! src/share/classes/javax/lang/model/type/UnknownTypeException.java
+ test/tools/javac/processing/model/TestExceptions.java
Changeset: 000d1e518bc5
Author: tbell
Date: 2009-02-06 17:24 -0800
URL: http://hg.openjdk.java.net/jdk7/jdk7/langtools/rev/000d1e518bc5
Merge
Changeset: c53007f34195
Author: tbell
Date: 2009-02-17 09:07 -0800
URL: http://hg.openjdk.java.net/jdk7/jdk7/langtools/rev/c53007f34195
Merge
More information about the jdk7-dev
mailing list