hg: type-annotations/type-annotations/langtools: 10 new changesets
wdietl at gmail.com
wdietl at gmail.com
Tue Jan 1 21:37:31 PST 2013
Changeset: 303da80e7d25
Author: wmdietl
Date: 2013-01-01 21:21 -0800
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/langtools/rev/303da80e7d25
Skip over AnnotatedTypes.
! src/share/classes/com/sun/tools/javac/code/Types.java
Changeset: e73cd951274a
Author: wmdietl
Date: 2013-01-01 21:28 -0800
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/langtools/rev/e73cd951274a
Treat resource variables like local variables.
! src/share/classes/com/sun/tools/classfile/ClassWriter.java
! src/share/classes/com/sun/tools/classfile/TypeAnnotation.java
! src/share/classes/com/sun/tools/javac/code/TypeAnnotationPosition.java
! src/share/classes/com/sun/tools/javac/code/TypeAnnotations.java
! src/share/classes/com/sun/tools/javac/jvm/ClassReader.java
! src/share/classes/com/sun/tools/javac/jvm/ClassWriter.java
! src/share/classes/com/sun/tools/javap/AnnotationWriter.java
+ test/tools/javac/annotations/typeAnnotations/newlocations/ResourceVariables.java
Changeset: 0cb5302df6a3
Author: wmdietl
Date: 2013-01-01 21:31 -0800
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/langtools/rev/0cb5302df6a3
For type annotations on exception parameters, store the index into the compressed exception table.
! src/share/classes/com/sun/tools/javac/jvm/Code.java
! src/share/classes/com/sun/tools/javac/jvm/Gen.java
+ test/tools/javac/annotations/typeAnnotations/newlocations/ExceptionParameters.java
! test/tools/javac/annotations/typeAnnotations/newlocations/LocalVariables.java
! test/tools/javac/annotations/typeAnnotations/referenceinfos/Driver.java
+ test/tools/javac/annotations/typeAnnotations/referenceinfos/ExceptionParameters.java
! test/tools/javac/annotations/typeAnnotations/referenceinfos/ReferenceInfoUtil.java
Changeset: 2001991b1b40
Author: katleman
Date: 2012-12-20 09:18 -0800
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/langtools/rev/2001991b1b40
Added tag jdk8-b69 for changeset d7360bf35ee1
! .hgtags
Changeset: 7d34e91f66bb
Author: katleman
Date: 2012-12-20 16:24 -0800
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/langtools/rev/7d34e91f66bb
8004982: JDK8 source with GPL header errors
Reviewed-by: ohair
! make/Makefile-classic
! src/share/classes/javax/lang/model/util/AbstractAnnotationValueVisitor7.java
! src/share/classes/javax/lang/model/util/AbstractTypeVisitor8.java
! src/share/classes/javax/lang/model/util/ElementKindVisitor8.java
! test/tools/javac/StringsInSwitch/StringSwitches.java
! test/tools/javac/api/T6395981.java
! test/tools/javac/defaultMethods/defaultMethodExecution/DefaultMethodRegressionTests.java
! test/tools/javac/diags/examples/DuplicateAnnotation.java
! test/tools/javac/lambda/methodReferenceExecution/MethodReferenceTestKinds.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/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/vm/DefaultMethodsTest.java
! test/tools/javac/lambdaShapes/org/openjdk/tests/vm/FDSeparateCompilationTest.java
! test/tools/javac/nativeHeaders/javahComparison/CompareTest.java
! test/tools/javac/processing/model/util/deprecation/TestDeprecation.java
Changeset: 47f71d7c124f
Author: katleman
Date: 2012-12-26 14:25 -0800
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/langtools/rev/47f71d7c124f
Merge
Changeset: 7d5032c2d747
Author: katleman
Date: 2012-12-27 12:15 -0800
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/langtools/rev/7d5032c2d747
Added tag jdk8-b70 for changeset 47f71d7c124f
! .hgtags
Changeset: 467e4d9281bc
Author: lana
Date: 2012-12-28 18:39 -0800
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/langtools/rev/467e4d9281bc
Merge
! test/tools/javac/processing/model/util/deprecation/TestDeprecation.java
Changeset: 1d8438db45f2
Author: lana
Date: 2013-01-01 17:50 -0800
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/langtools/rev/1d8438db45f2
Merge
Changeset: 67349641cf9e
Author: wmdietl
Date: 2013-01-01 21:33 -0800
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/langtools/rev/67349641cf9e
Automated merge with http://hg.openjdk.java.net/jdk8/tl/langtools
! .hgtags
- test/tools/javac/typeAnnotations/newlocations/BasicTest.java
- test/tools/javac/typeAnnotations/newlocations/BasicTest.out
More information about the type-annotations-dev
mailing list