hg: hsx/hotspot-comp/langtools: 21 new changesets
john.coomes at oracle.com
john.coomes at oracle.com
Fri Feb 15 02:02:51 PST 2013
Changeset: cbcd9b484759
Author: vromero
Date: 2013-01-27 19:38 +0000
URL: http://hg.openjdk.java.net/hsx/hotspot-comp/langtools/rev/cbcd9b484759
8006944: javac, combo tests should print out the number of threads used
Reviewed-by: mcimadamore
! test/tools/javac/lib/JavacTestingAbstractThreadedTest.java
Changeset: 950d8195a5a4
Author: jjg
Date: 2013-01-30 09:40 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-comp/langtools/rev/950d8195a5a4
8007096: DocLint parsing problems with some comments
Reviewed-by: mcimadamore
! src/share/classes/com/sun/tools/javac/parser/DocCommentParser.java
! src/share/classes/com/sun/tools/javac/parser/JavadocTokenizer.java
+ test/tools/doclint/EndWithIdentifierTest.java
+ test/tools/doclint/EndWithIdentifierTest.out
+ test/tools/doclint/UnfinishedInlineTagTest.java
+ test/tools/doclint/UnfinishedInlineTagTest.out
Changeset: c924291865e5
Author: jjg
Date: 2013-01-30 09:47 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-comp/langtools/rev/c924291865e5
8007034: debug printer for javac internals
Reviewed-by: mcimadamore
+ test/tools/javac/lib/DPrinter.java
Changeset: 8e4c22acebeb
Author: darcy
Date: 2013-01-31 12:16 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-comp/langtools/rev/8e4c22acebeb
8007313: Remove use of {ContainerFor/ContainedBy} from langtools
Reviewed-by: jjg
! test/tools/javac/annotations/typeAnnotations/classfile/CombinationsTargetTest1.java
! test/tools/javac/annotations/typeAnnotations/classfile/CombinationsTargetTest2.java
! test/tools/javac/annotations/typeAnnotations/newlocations/RepeatingTypeAnnotations.java
! test/tools/javac/annotations/typeAnnotations/referenceinfos/Driver.java
Changeset: b7cb3d7ade25
Author: lana
Date: 2013-01-31 10:23 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-comp/langtools/rev/b7cb3d7ade25
Merge
Changeset: 7b269e916e06
Author: lana
Date: 2013-01-31 14:10 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-comp/langtools/rev/7b269e916e06
Merge
Changeset: bec996065c45
Author: darcy
Date: 2013-01-31 18:58 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-comp/langtools/rev/bec996065c45
8007351: Malformed copyright statements in typeAnnotations test directory
Reviewed-by: jjg
! test/tools/javac/annotations/typeAnnotations/TargetTypes.java
! test/tools/javac/annotations/typeAnnotations/TypeProcOnly.java
! test/tools/javac/annotations/typeAnnotations/api/AnnotatedArrayOrder.java
! test/tools/javac/annotations/typeAnnotations/api/ArrayCreationTree.java
! test/tools/javac/annotations/typeAnnotations/api/ArrayPositionConsistency.java
! test/tools/javac/annotations/typeAnnotations/classfile/ClassfileTestHelper.java
! test/tools/javac/annotations/typeAnnotations/classfile/CombinationsTargetTest1.java
! test/tools/javac/annotations/typeAnnotations/classfile/CombinationsTargetTest2.java
! test/tools/javac/annotations/typeAnnotations/classfile/NewTypeArguments.java
! test/tools/javac/annotations/typeAnnotations/classfile/NoTargetAnnotations.java
! test/tools/javac/annotations/typeAnnotations/classfile/TypeCasts.java
! test/tools/javac/annotations/typeAnnotations/classfile/Wildcards.java
! test/tools/javac/annotations/typeAnnotations/failures/target/DotClass.java
! test/tools/javac/annotations/typeAnnotations/newlocations/Varargs.java
! test/tools/javac/annotations/typeAnnotations/packageanno/PackageProcessor.java
! test/tools/javac/annotations/typeAnnotations/packageanno/mypackage/Anno.java
! test/tools/javac/annotations/typeAnnotations/packageanno/mypackage/MyClass.java
! test/tools/javac/annotations/typeAnnotations/packageanno/mypackage/package-info.java
! test/tools/javac/annotations/typeAnnotations/referenceinfos/ClassExtends.java
! test/tools/javac/annotations/typeAnnotations/referenceinfos/ClassTypeParam.java
! test/tools/javac/annotations/typeAnnotations/referenceinfos/Constructors.java
! test/tools/javac/annotations/typeAnnotations/referenceinfos/Driver.java
! test/tools/javac/annotations/typeAnnotations/referenceinfos/ExceptionParameters.java
! test/tools/javac/annotations/typeAnnotations/referenceinfos/Fields.java
! test/tools/javac/annotations/typeAnnotations/referenceinfos/FromSpecification.java
! test/tools/javac/annotations/typeAnnotations/referenceinfos/MethodParameters.java
! test/tools/javac/annotations/typeAnnotations/referenceinfos/MethodReceivers.java
! test/tools/javac/annotations/typeAnnotations/referenceinfos/MethodReturns.java
! test/tools/javac/annotations/typeAnnotations/referenceinfos/MethodThrows.java
! test/tools/javac/annotations/typeAnnotations/referenceinfos/MethodTypeParam.java
! test/tools/javac/annotations/typeAnnotations/referenceinfos/MultiCatch.java
! test/tools/javac/annotations/typeAnnotations/referenceinfos/NestedTypes.java
! test/tools/javac/annotations/typeAnnotations/referenceinfos/NewObjects.java
! test/tools/javac/annotations/typeAnnotations/referenceinfos/ReferenceInfoUtil.java
! test/tools/javac/annotations/typeAnnotations/referenceinfos/RepeatingTypeAnnotations.java
! test/tools/javac/annotations/typeAnnotations/referenceinfos/TypeCasts.java
! test/tools/javac/annotations/typeAnnotations/referenceinfos/TypeTests.java
Changeset: 3ab64e4293a1
Author: jjg
Date: 2013-01-31 19:19 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-comp/langtools/rev/3ab64e4293a1
8007329: minor issues in impl class hierarchry for DCTree.* classes
Reviewed-by: darcy
! src/share/classes/com/sun/tools/javac/tree/DCTree.java
Changeset: 3d97a9a7a82b
Author: jjg
Date: 2013-01-31 19:31 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-comp/langtools/rev/3d97a9a7a82b
8004353: Generated html is wrong for overview.html; content has incorrect css footer class
Reviewed-by: jjg
Contributed-by: roger.riggs at oracle.com
! src/share/classes/com/sun/tools/doclets/formats/html/PackageIndexWriter.java
Changeset: 8590c20af3ce
Author: jjg
Date: 2013-02-01 08:33 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-comp/langtools/rev/8590c20af3ce
8007306: DPrinter: improve display of impl-class, internal tag/kind, and external tag/kind
Reviewed-by: mcimadamore
! test/tools/javac/lib/DPrinter.java
Changeset: 6df931ce1a81
Author: jjg
Date: 2013-02-01 08:36 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-comp/langtools/rev/6df931ce1a81
8007305: DPrinter: provide better usage message
Reviewed-by: mcimadamore
! test/tools/javac/lib/DPrinter.java
Changeset: 0b1c88705568
Author: jjg
Date: 2013-02-01 12:01 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-comp/langtools/rev/0b1c88705568
8007344: javac may not make tree end positions and/or doc comments available to processors and listeners
Reviewed-by: darcy
! src/share/classes/com/sun/tools/javac/main/JavaCompiler.java
+ test/tools/javac/api/8007344/Test.java
Changeset: 55cca2f38ee6
Author: darcy
Date: 2013-02-01 13:01 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-comp/langtools/rev/55cca2f38ee6
8001614: Include annotation type to documented supported-ness
Reviewed-by: alanb, jjg, tbell
! make/Makefile-classic
! make/build.properties
+ src/share/classes/jdk/Supported.java
Changeset: 4cc73ec94686
Author: vromero
Date: 2013-02-02 21:04 +0000
URL: http://hg.openjdk.java.net/hsx/hotspot-comp/langtools/rev/4cc73ec94686
8005075: Pool.Method, and Pool.Variable redundant Symbol field should be removed
Reviewed-by: jjg
! src/share/classes/com/sun/tools/javac/code/Symbol.java
! src/share/classes/com/sun/tools/javac/jvm/ClassWriter.java
! src/share/classes/com/sun/tools/javac/jvm/Pool.java
Changeset: a51a8dac0a2f
Author: vromero
Date: 2013-02-03 02:31 +0000
URL: http://hg.openjdk.java.net/hsx/hotspot-comp/langtools/rev/a51a8dac0a2f
7199823: javac generates inner class that can't be verified
Reviewed-by: jjg, mcimadamore
! src/share/classes/com/sun/tools/javac/comp/Lower.java
+ test/tools/javac/7199823/InnerClassCannotBeVerified.java
Changeset: 1690928dc560
Author: jjg
Date: 2013-02-04 15:30 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-comp/langtools/rev/1690928dc560
8007490: NPE from DocumentationTool.run
Reviewed-by: darcy
! src/share/classes/com/sun/tools/javadoc/api/JavadocTool.java
! test/tools/javadoc/api/basic/RunTest.java
Changeset: 62d91c13dce2
Author: jjg
Date: 2013-02-04 18:14 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-comp/langtools/rev/62d91c13dce2
8007492: DocumentationTool cannot locate standard doclet when invoked from JRE
Reviewed-by: darcy
! src/share/classes/com/sun/tools/javadoc/api/JavadocTool.java
Changeset: 10619513f51a
Author: lana
Date: 2013-02-04 22:38 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-comp/langtools/rev/10619513f51a
Merge
Changeset: 2480aec9a3f1
Author: jjh
Date: 2013-02-05 18:55 +0000
URL: http://hg.openjdk.java.net/hsx/hotspot-comp/langtools/rev/2480aec9a3f1
8007504: Remove @ignore from tests that no longer need it
Reviewed-by: mcimadamore
! test/tools/javac/api/T6306137.java
! test/tools/javac/defaultMethods/TestNoBridgeOnDefaults.java
! test/tools/javac/lambda/LambdaCapture06.java
! test/tools/javac/lambda/LambdaExpr15.java
Changeset: 89c664151689
Author: lana
Date: 2013-02-11 16:15 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-comp/langtools/rev/89c664151689
Merge
Changeset: bc24411bcc37
Author: katleman
Date: 2013-02-14 11:44 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-comp/langtools/rev/bc24411bcc37
Added tag jdk8-b77 for changeset 89c664151689
! .hgtags
More information about the hotspot-compiler-dev
mailing list