hg: type-annotations/type-annotations/langtools: 14 new changesets
mali at csail.mit.edu
mali at csail.mit.edu
Thu Jun 18 12:38:13 PDT 2009
Changeset: 4b72c2556789
Author: aph
Date: 2009-04-17 15:56 +0100
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/langtools/rev/4b72c2556789
6829575: 100028: Debug information is incomplete or missing
Summary: Enable debugging in many places
Reviewed-by: ohair
Contributed-by: Andrew Haley <aph at redhat.com>
! make/Makefile
Changeset: 321854d9ab19
Author: aph
Date: 2009-04-20 19:01 +0100
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/langtools/rev/321854d9ab19
6832141: Bug 100045 - Fix for 100028 breaks debug info for class files
Summary: Correct fallout from 100028 patch
Reviewed-by: ohair
Contributed-by: Andrew Haley <aph at redhat.com>
! make/Makefile
Changeset: f3d27f02683c
Author: aph
Date: 2009-05-06 18:04 +0100
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/langtools/rev/f3d27f02683c
6837665: Deal with windows ant problem where commas in -D options do not work
Summary: Rewrite to avoid commas in -D options
Reviewed-by: ohair
! make/Makefile
! make/build.xml
Changeset: 43a781cc6473
Author: xdono
Date: 2009-05-07 10:32 -0700
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/langtools/rev/43a781cc6473
Merge
Changeset: 846944dd48a4
Author: xdono
Date: 2009-05-07 12:26 -0700
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/langtools/rev/846944dd48a4
Merge
Changeset: 65f2ee956fb9
Author: ohair
Date: 2009-05-15 13:30 -0700
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/langtools/rev/65f2ee956fb9
Merge
Changeset: 5cdce469ea2a
Author: ohair
Date: 2009-05-19 17:39 -0700
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/langtools/rev/5cdce469ea2a
6843041: Remove duplicate README files in repositories (make/README)
Reviewed-by: robilad
! README
- make/README
Changeset: 522520757dd3
Author: xdono
Date: 2009-06-11 10:54 -0700
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/langtools/rev/522520757dd3
Added tag jdk7-b60 for changeset 5cdce469ea2a
! .hgtags
Changeset: 163f5d75f77a
Author: tbell
Date: 2009-06-11 21:35 -0700
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/langtools/rev/163f5d75f77a
Merge
! make/Makefile
! make/build.xml
- src/share/classes/sun/tools/javap/AttrData.java
- src/share/classes/sun/tools/javap/CPX.java
- src/share/classes/sun/tools/javap/CPX2.java
- src/share/classes/sun/tools/javap/ClassData.java
- src/share/classes/sun/tools/javap/Constants.java
- src/share/classes/sun/tools/javap/FieldData.java
- src/share/classes/sun/tools/javap/InnerClassData.java
- src/share/classes/sun/tools/javap/JavapEnvironment.java
- src/share/classes/sun/tools/javap/JavapPrinter.java
- src/share/classes/sun/tools/javap/LineNumData.java
- src/share/classes/sun/tools/javap/LocVarData.java
- src/share/classes/sun/tools/javap/Main.java
- src/share/classes/sun/tools/javap/MethodData.java
- src/share/classes/sun/tools/javap/RuntimeConstants.java
- src/share/classes/sun/tools/javap/StackMapData.java
- src/share/classes/sun/tools/javap/StackMapTableData.java
- src/share/classes/sun/tools/javap/Tables.java
- src/share/classes/sun/tools/javap/TrapData.java
- src/share/classes/sun/tools/javap/TypeSignature.java
- test/tools/javac/code/ArrayClone.sh
- test/tools/javap/ListTest.java
- test/tools/javap/OptionTest.java
Changeset: a9c04a57a39f
Author: mcimadamore
Date: 2009-06-16 10:45 +0100
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/langtools/rev/a9c04a57a39f
6845686: basic and raw formatters do not display captured var id properly when javac runs in -XDoldDiags mode
Summary: Basic and raw formatters do not override Printer methods properly
Reviewed-by: jjg
! src/share/classes/com/sun/tools/javac/util/AbstractDiagnosticFormatter.java
! test/tools/javac/Diagnostics/6799605/T6799605.java
! test/tools/javac/Diagnostics/6799605/T6799605.out
Changeset: 3d539f4123b8
Author: mcimadamore
Date: 2009-06-16 10:45 +0100
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/langtools/rev/3d539f4123b8
6835430: javac does not generate signature attributes for classes extending parameterized inner classes
Summary: ClassWriter does not consider outer params of an inner class when emitting signature attributes
Reviewed-by: jjg
! src/share/classes/com/sun/tools/javac/jvm/ClassWriter.java
+ test/tools/javac/6835430/A.java
+ test/tools/javac/6835430/T6835430.java
Changeset: 3ac205ad1f05
Author: mcimadamore
Date: 2009-06-16 10:46 +0100
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/langtools/rev/3ac205ad1f05
6835428: regression: return-type inference rejects valid code
Summary: Redundant subtyping test during type-inference ends up in rejecting legal code
Reviewed-by: jjg
! src/share/classes/com/sun/tools/javac/comp/Infer.java
+ test/tools/javac/generics/inference/T6835428.java
Changeset: 22872b24d38c
Author: mcimadamore
Date: 2009-06-16 10:46 +0100
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/langtools/rev/22872b24d38c
6638712: Inference with wildcard types causes selection of inapplicable method
Summary: Added global sanity check in order to make sure that return type inference does not violate bounds constraints
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
! src/share/classes/com/sun/tools/javac/comp/Infer.java
! src/share/classes/com/sun/tools/javac/comp/Resolve.java
! src/share/classes/com/sun/tools/javac/resources/compiler.properties
! test/tools/javac/generics/inference/6302954/T6476073.java
+ test/tools/javac/generics/inference/6638712/T6638712a.java
+ test/tools/javac/generics/inference/6638712/T6638712a.out
+ test/tools/javac/generics/inference/6638712/T6638712b.java
+ test/tools/javac/generics/inference/6638712/T6638712b.out
+ test/tools/javac/generics/inference/6638712/T6638712c.java
+ test/tools/javac/generics/inference/6638712/T6638712c.out
+ test/tools/javac/generics/inference/6638712/T6638712d.java
+ test/tools/javac/generics/inference/6638712/T6638712d.out
+ test/tools/javac/generics/inference/6638712/T6638712e.java
+ test/tools/javac/generics/inference/6638712/T6638712e.out
Changeset: 273e8afcc56f
Author: mali
Date: 2009-06-18 15:35 -0400
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/langtools/rev/273e8afcc56f
merge latest langtoolstl changes
- make/README
! make/build.xml
! src/share/classes/com/sun/tools/javac/comp/Check.java
! src/share/classes/com/sun/tools/javac/jvm/ClassWriter.java
! src/share/classes/com/sun/tools/javac/resources/compiler.properties
More information about the type-annotations-dev
mailing list