hg: type-annotations/type-annotations/langtools: 8 new changesets

wdietl at gmail.com wdietl at gmail.com
Wed Nov 21 14:05:49 PST 2012


Changeset: 9e32a914fcff
Author:    wmdietl
Date:      2012-11-21 14:05 -0800
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/langtools/rev/9e32a914fcff

Whitespace fixes only.

! src/share/classes/com/sun/tools/javac/parser/JavacParser.java

Changeset: a25c53e12bd0
Author:    jjg
Date:      2012-11-20 07:21 -0800
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/langtools/rev/a25c53e12bd0

8003649: regression/langtools: tools/javac/doctree
Reviewed-by: ksrini

! test/tools/javac/doctree/DocCommentTester.java

Changeset: fb97eaf93d61
Author:    jjg
Date:      2012-11-20 07:25 -0800
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/langtools/rev/fb97eaf93d61

8003650: java.lang.Exception: expected string not found: pkg/package-frame.html
Reviewed-by: ksrini

! test/tools/javadoc/api/basic/GetTask_WriterTest.java
! test/tools/javadoc/api/basic/RunTest.java

Changeset: 7538e419a588
Author:    mcimadamore
Date:      2012-11-20 15:43 +0000
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/langtools/rev/7538e419a588

8003663: lambda test fails on Windows
Summary: fix path separator issue in test
Reviewed-by: jjg

! test/tools/javac/lambda/abort/Abort.java

Changeset: d898d9ee352f
Author:    rfield
Date:      2012-11-20 09:58 -0800
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/langtools/rev/d898d9ee352f

8003639: convert lambda testng tests to jtreg and add them
Reviewed-by: mcimadamore

+ test/tools/javac/defaultMethodExecution/DefaultMethodRegressionTests.java
- test/tools/javac/defaultMethods/fd/FDTest.java
- test/tools/javac/defaultMethods/fd/shapegen/ClassCase.java
- test/tools/javac/defaultMethods/fd/shapegen/Hierarchy.java
- test/tools/javac/defaultMethods/fd/shapegen/HierarchyGenerator.java
- test/tools/javac/defaultMethods/fd/shapegen/Rule.java
- test/tools/javac/defaultMethods/fd/shapegen/RuleGroup.java
- test/tools/javac/defaultMethods/fd/shapegen/TTNode.java
- test/tools/javac/defaultMethods/fd/shapegen/TTParser.java
- test/tools/javac/defaultMethods/fd/shapegen/TTShape.java
+ test/tools/javac/lambda/lambdaExecution/InInterface.java
+ test/tools/javac/lambda/lambdaExecution/InnerConstructor.java
+ test/tools/javac/lambda/lambdaExecution/LambdaTranslationTest1.java
+ test/tools/javac/lambda/lambdaExecution/LambdaTranslationTest2.java
+ test/tools/javac/lambda/lambdaExecution/TBlock.java
+ test/tools/javac/lambda/lambdaExecution/TMapper.java
+ test/tools/javac/lambda/lambdaExecution/TPredicate.java
+ test/tools/javac/lambda/methodReferenceExecution/MethodReferenceTestFDCCE.java
+ test/tools/javac/lambda/methodReferenceExecution/MethodReferenceTestInnerDefault.java
+ test/tools/javac/lambda/methodReferenceExecution/MethodReferenceTestInnerInstance.java
+ test/tools/javac/lambda/methodReferenceExecution/MethodReferenceTestInnerVarArgsThis.java
+ test/tools/javac/lambda/methodReferenceExecution/MethodReferenceTestInstance.java
+ test/tools/javac/lambda/methodReferenceExecution/MethodReferenceTestKinds.java
+ test/tools/javac/lambda/methodReferenceExecution/MethodReferenceTestNew.java
+ test/tools/javac/lambda/methodReferenceExecution/MethodReferenceTestNewInner.java
+ test/tools/javac/lambda/methodReferenceExecution/MethodReferenceTestSueCase1.java
+ test/tools/javac/lambda/methodReferenceExecution/MethodReferenceTestSueCase2.java
+ test/tools/javac/lambda/methodReferenceExecution/MethodReferenceTestSueCase4.java
+ test/tools/javac/lambda/methodReferenceExecution/MethodReferenceTestSuper.java
+ test/tools/javac/lambda/methodReferenceExecution/MethodReferenceTestSuperDefault.java
+ test/tools/javac/lambda/methodReferenceExecution/MethodReferenceTestTypeConversion.java
+ test/tools/javac/lambda/methodReferenceExecution/MethodReferenceTestVarArgs.java
+ test/tools/javac/lambda/methodReferenceExecution/MethodReferenceTestVarArgsExt.java
+ test/tools/javac/lambda/methodReferenceExecution/MethodReferenceTestVarArgsSuper.java
+ test/tools/javac/lambda/methodReferenceExecution/MethodReferenceTestVarArgsSuperDefault.java
+ test/tools/javac/lambda/methodReferenceExecution/MethodReferenceTestVarArgsThis.java
+ test/tools/javac/lambdaShapes/TEST.properties
+ test/tools/javac/lambdaShapes/org/openjdk/tests/javac/FDTest.java
+ test/tools/javac/lambdaShapes/org/openjdk/tests/separate/AttributeInjector.java
+ test/tools/javac/lambdaShapes/org/openjdk/tests/separate/ClassFile.java
+ test/tools/javac/lambdaShapes/org/openjdk/tests/separate/ClassFilePreprocessor.java
+ test/tools/javac/lambdaShapes/org/openjdk/tests/separate/ClassToInterfaceConverter.java
+ test/tools/javac/lambdaShapes/org/openjdk/tests/separate/Compiler.java
+ test/tools/javac/lambdaShapes/org/openjdk/tests/separate/DirectedClassLoader.java
+ test/tools/javac/lambdaShapes/org/openjdk/tests/separate/SourceModel.java
+ test/tools/javac/lambdaShapes/org/openjdk/tests/separate/TestHarness.java
+ test/tools/javac/lambdaShapes/org/openjdk/tests/shapegen/ClassCase.java
+ test/tools/javac/lambdaShapes/org/openjdk/tests/shapegen/Hierarchy.java
+ test/tools/javac/lambdaShapes/org/openjdk/tests/shapegen/HierarchyGenerator.java
+ test/tools/javac/lambdaShapes/org/openjdk/tests/shapegen/Rule.java
+ test/tools/javac/lambdaShapes/org/openjdk/tests/shapegen/RuleGroup.java
+ test/tools/javac/lambdaShapes/org/openjdk/tests/shapegen/TTNode.java
+ test/tools/javac/lambdaShapes/org/openjdk/tests/shapegen/TTParser.java
+ test/tools/javac/lambdaShapes/org/openjdk/tests/shapegen/TTShape.java
+ test/tools/javac/lambdaShapes/org/openjdk/tests/vm/DefaultMethodsTest.java
+ test/tools/javac/lambdaShapes/org/openjdk/tests/vm/FDSeparateCompilationTest.java

Changeset: d9fe1f80515d
Author:    vromero
Date:      2012-11-21 18:40 +0000
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/langtools/rev/d9fe1f80515d

7190862: javap shows an incorrect type for operands if the 'wide' prefix is used
7109747: (javap) classfile not treating iinc_w correctly.
Reviewed-by: jjg, mcimadamore

! src/share/classes/com/sun/tools/classfile/Instruction.java
! src/share/classes/com/sun/tools/classfile/Opcode.java
+ test/tools/javap/T7190862.java

Changeset: 3746b071d75b
Author:    vromero
Date:      2012-11-21 19:09 +0000
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/langtools/rev/3746b071d75b

6574624: javax.tools.JavaCompiler spec contains errors in sample code
Reviewed-by: jjg, mcimadamore

! src/share/classes/javax/tools/JavaCompiler.java

Changeset: 03ad45c9599f
Author:    wmdietl
Date:      2012-11-21 14:05 -0800
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/langtools/rev/03ad45c9599f

Automated merge with http://hg.openjdk.java.net/jdk8/tl/langtools

- test/tools/javac/typeAnnotations/newlocations/BasicTest.java
- test/tools/javac/typeAnnotations/newlocations/BasicTest.out



More information about the type-annotations-dev mailing list