hg: jdk7/hotspot-comp/langtools: 19 new changesets
john.coomes at sun.com
john.coomes at sun.com
Thu Jan 7 22:00:05 PST 2010
Changeset: 8fb9b4be3cb1
Author: darcy
Date: 2009-11-02 21:36 -0800
URL: http://hg.openjdk.java.net/jdk7/hotspot-comp/langtools/rev/8fb9b4be3cb1
6827009: Project Coin: Strings in Switch
Reviewed-by: jjg, mcimadamore
! src/share/classes/com/sun/tools/javac/code/Source.java
! src/share/classes/com/sun/tools/javac/comp/Attr.java
! src/share/classes/com/sun/tools/javac/comp/Lower.java
! src/share/classes/com/sun/tools/javac/resources/compiler.properties
+ test/tools/javac/StringsInSwitch/BadlyTypedLabel1.java
+ test/tools/javac/StringsInSwitch/BadlyTypedLabel1.out
+ test/tools/javac/StringsInSwitch/BadlyTypedLabel2.java
+ test/tools/javac/StringsInSwitch/BadlyTypedLabel2.out
+ test/tools/javac/StringsInSwitch/NonConstantLabel.java
+ test/tools/javac/StringsInSwitch/NonConstantLabel.out
+ test/tools/javac/StringsInSwitch/OneCaseSwitches.java
+ test/tools/javac/StringsInSwitch/RSCL1.out
+ test/tools/javac/StringsInSwitch/RSCL2.out
+ test/tools/javac/StringsInSwitch/RepeatedStringCaseLabels1.java
+ test/tools/javac/StringsInSwitch/RepeatedStringCaseLabels2.java
+ test/tools/javac/StringsInSwitch/StringSwitches.java
Changeset: 4c8c6159159c
Author: katleman
Date: 2009-11-12 15:36 -0800
URL: http://hg.openjdk.java.net/jdk7/hotspot-comp/langtools/rev/4c8c6159159c
Added tag jdk7-b76 for changeset 8fb9b4be3cb1
! .hgtags
Changeset: a491ad1bb624
Author: jjg
Date: 2009-10-20 10:59 -0700
URL: http://hg.openjdk.java.net/jdk7/hotspot-comp/langtools/rev/a491ad1bb624
6893062: remove support for obsolete attributes
Reviewed-by: ksrini
! src/share/classes/com/sun/tools/classfile/Attribute.java
! src/share/classes/com/sun/tools/classfile/ClassWriter.java
- src/share/classes/com/sun/tools/classfile/ModuleExportTable_attribute.java
- src/share/classes/com/sun/tools/classfile/ModuleMemberTable_attribute.java
- src/share/classes/com/sun/tools/classfile/Module_attribute.java
! src/share/classes/com/sun/tools/javap/AttributeWriter.java
! src/share/classes/com/sun/tools/javap/JavapTask.java
! src/share/classes/com/sun/tools/javap/Options.java
Changeset: 82f6e78efcf5
Author: tbell
Date: 2009-11-06 17:29 -0800
URL: http://hg.openjdk.java.net/jdk7/hotspot-comp/langtools/rev/82f6e78efcf5
Merge
- src/share/classes/com/sun/tools/classfile/ModuleExportTable_attribute.java
- src/share/classes/com/sun/tools/classfile/ModuleMemberTable_attribute.java
- src/share/classes/com/sun/tools/classfile/Module_attribute.java
Changeset: 0398ae15b90a
Author: tbell
Date: 2009-11-17 10:35 -0800
URL: http://hg.openjdk.java.net/jdk7/hotspot-comp/langtools/rev/0398ae15b90a
Merge
- src/share/classes/com/sun/tools/classfile/ModuleExportTable_attribute.java
- src/share/classes/com/sun/tools/classfile/ModuleMemberTable_attribute.java
- src/share/classes/com/sun/tools/classfile/Module_attribute.java
Changeset: 45bd41dcb614
Author: mikejwre
Date: 2009-12-03 12:53 -0800
URL: http://hg.openjdk.java.net/jdk7/hotspot-comp/langtools/rev/45bd41dcb614
Added tag jdk7-b77 for changeset 0398ae15b90a
! .hgtags
Changeset: cff85998bf4d
Author: jjg
Date: 2009-11-17 16:45 -0800
URL: http://hg.openjdk.java.net/jdk7/hotspot-comp/langtools/rev/cff85998bf4d
6898585: restructure langtools build.xml to facilitate more options for <build-classes> macro
Reviewed-by: ohair
! make/build.xml
Changeset: a509a22f9845
Author: jjg
Date: 2009-11-19 11:38 -0800
URL: http://hg.openjdk.java.net/jdk7/hotspot-comp/langtools/rev/a509a22f9845
6902264: fix indentation of tableswitch and lookupswitch
Reviewed-by: ksrini
! src/share/classes/com/sun/tools/classfile/Instruction.java
! src/share/classes/com/sun/tools/javap/CodeWriter.java
Changeset: 2ebae181a4ab
Author: jjg
Date: 2009-11-19 11:43 -0800
URL: http://hg.openjdk.java.net/jdk7/hotspot-comp/langtools/rev/2ebae181a4ab
6900511: javac command line help broken
Reviewed-by: ksrini
! src/share/classes/com/sun/tools/javac/main/JavacOption.java
Changeset: b1bb8164a9bd
Author: jjg
Date: 2009-11-19 11:49 -0800
URL: http://hg.openjdk.java.net/jdk7/hotspot-comp/langtools/rev/b1bb8164a9bd
6902720: javac pretty printer does not handle enums correctly
Reviewed-by: mcimadamore
! src/share/classes/com/sun/tools/javac/tree/Pretty.java
+ test/tools/javac/6902720/E1.java
+ test/tools/javac/6902720/E2.java
+ test/tools/javac/6902720/Test.java
Changeset: 243d0be1ba99
Author: jjg
Date: 2009-11-20 10:15 -0800
URL: http://hg.openjdk.java.net/jdk7/hotspot-comp/langtools/rev/243d0be1ba99
6903456: 6898585 drops javadoc doclet.xml from JDK
Reviewed-by: ohair
! make/build.xml
Changeset: 4325b440eb3e
Author: jjg
Date: 2009-11-20 11:18 -0800
URL: http://hg.openjdk.java.net/jdk7/hotspot-comp/langtools/rev/4325b440eb3e
6902337: fix langtools build to allow forward refs into jdk/ repo
Reviewed-by: ohair, mcimadamore
! make/Makefile
! make/build.properties
! make/build.xml
+ make/tools/GenStubs/GenStubs.java
Changeset: b1508b6affd8
Author: tbell
Date: 2009-11-23 19:58 -0800
URL: http://hg.openjdk.java.net/jdk7/hotspot-comp/langtools/rev/b1508b6affd8
Merge
Changeset: 121e0ebf1658
Author: darcy
Date: 2009-12-03 14:03 -0800
URL: http://hg.openjdk.java.net/jdk7/hotspot-comp/langtools/rev/121e0ebf1658
6906748: Project Coin: Minor strings in switch cleanup
Reviewed-by: jjg
! src/share/classes/com/sun/tools/javac/code/Source.java
! src/share/classes/com/sun/tools/javac/comp/Lower.java
Changeset: ea89c5d4af08
Author: jjg
Date: 2009-12-07 14:35 -0800
URL: http://hg.openjdk.java.net/jdk7/hotspot-comp/langtools/rev/ea89c5d4af08
6907660: stupid typo in ZipFileIndex guarantees NPE
Reviewed-by: darcy
! src/share/classes/com/sun/tools/javac/file/ZipFileIndex.java
Changeset: ceb2857fce7d
Author: tbell
Date: 2009-12-08 09:16 -0800
URL: http://hg.openjdk.java.net/jdk7/hotspot-comp/langtools/rev/ceb2857fce7d
Merge
Changeset: 381399872958
Author: ohair
Date: 2009-12-16 12:52 -0800
URL: http://hg.openjdk.java.net/jdk7/hotspot-comp/langtools/rev/381399872958
6909462: Fix nbproject/private references in .hgignore
Summary: See bugzilla issue 100097
Reviewed-by: tbell
Contributed-by: Jesse Glick <jesse.glick at sun.com>
! .hgignore
Changeset: acc1e40a5874
Author: mikejwre
Date: 2009-12-16 23:39 -0800
URL: http://hg.openjdk.java.net/jdk7/hotspot-comp/langtools/rev/acc1e40a5874
Merge
Changeset: 44022ba69c2f
Author: mikejwre
Date: 2009-12-17 14:10 -0800
URL: http://hg.openjdk.java.net/jdk7/hotspot-comp/langtools/rev/44022ba69c2f
Added tag jdk7-b78 for changeset acc1e40a5874
! .hgtags
More information about the hotspot-compiler-dev
mailing list