Code Review for langtools

Prepared by:emc on Fri May 9 16:28:02 EDT 2014
Workspace:/usr/home/emccorkl/src/cleanroom/langtools
Compare against: ssh://hg.openjdk.java.net/jdk9/dev/langtools
Summary of changes: 2440 lines changed: 1719 ins; 202 del; 519 mod; 26377 unchg
Patch of changes: langtools.patch
Legend: Modified file
Deleted file
New file

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/share/classes/com/sun/tools/javac/code/Attribute.java

45 lines changed: 0 ins; 44 del; 1 mod; 357 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/share/classes/com/sun/tools/javac/code/Symbol.java

13 lines changed: 10 ins; 0 del; 3 mod; 1786 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/share/classes/com/sun/tools/javac/code/TargetType.java

16 lines changed: 0 ins; 14 del; 2 mod; 161 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/share/classes/com/sun/tools/javac/code/TypeAnnotationPosition.java

20 lines changed: 2 ins; 11 del; 7 mod; 1197 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/share/classes/com/sun/tools/javac/code/TypeAnnotations.java

24 lines changed: 10 ins; 6 del; 8 mod; 1383 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/share/classes/com/sun/tools/javac/comp/Annotate.java

1123 lines changed: 960 ins; 45 del; 118 mod; 931 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/share/classes/com/sun/tools/javac/comp/Attr.java

343 lines changed: 260 ins; 25 del; 58 mod; 4717 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/share/classes/com/sun/tools/javac/comp/DeferredAttr.java

58 lines changed: 43 ins; 0 del; 15 mod; 1301 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/share/classes/com/sun/tools/javac/comp/MemberEnter.java

203 lines changed: 143 ins; 11 del; 49 mod; 1339 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/share/classes/com/sun/tools/javac/jvm/ClassReader.java

2 lines changed: 0 ins; 2 del; 0 mod; 2957 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/share/classes/com/sun/tools/javac/jvm/ClassWriter.java

21 lines changed: 2 ins; 16 del; 3 mod; 1783 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/share/classes/com/sun/tools/javac/jvm/Gen.java

15 lines changed: 1 ins; 11 del; 3 mod; 2894 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/share/classes/com/sun/tools/javac/parser/JavacParser.java

1 line changed: 0 ins; 0 del; 1 mod; 4211 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw test/tools/javac/annotations/typeAnnotations/TargetTypes.java

61 lines changed: 32 ins; 0 del; 29 mod; 177 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw test/tools/javac/annotations/typeAnnotations/TypeParameterTarget.java

1 line changed: 0 ins; 0 del; 1 mod; 45 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw test/tools/javac/annotations/typeAnnotations/classfile/ClassfileTestHelper.java

2 lines changed: 0 ins; 0 del; 2 mod; 252 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw test/tools/javac/annotations/typeAnnotations/failures/CantAnnotatePackages.out

4 lines changed: 0 ins; 0 del; 4 mod; 0 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw test/tools/javac/annotations/typeAnnotations/failures/CantAnnotateScoping.out

13 lines changed: 4 ins; 2 del; 7 mod; 3 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw test/tools/javac/annotations/typeAnnotations/failures/CantAnnotateStaticClass.java

78 lines changed: 35 ins; 0 del; 43 mod; 53 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw test/tools/javac/annotations/typeAnnotations/failures/CantAnnotateStaticClass2.out

66 lines changed: 7 ins; 0 del; 59 mod; 6 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw test/tools/javac/annotations/typeAnnotations/failures/common/arrays/DeclarationAnnotation.out

2 lines changed: 1 ins; 1 del; 0 mod; 4 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw test/tools/javac/annotations/typeAnnotations/failures/common/receiver/MissingAnnotationValue.java

5 lines changed: 5 ins; 0 del; 0 mod; 12 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw test/tools/javac/annotations/typeAnnotations/failures/common/receiver/MissingAnnotationValue.out

1 line changed: 0 ins; 0 del; 1 mod; 1 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw test/tools/javac/annotations/typeAnnotations/newlocations/Expressions.java

33 lines changed: 14 ins; 2 del; 17 mod; 60 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw test/tools/javac/annotations/typeAnnotations/newlocations/NestedTypes.java

1 line changed: 1 ins; 0 del; 0 mod; 212 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw test/tools/javac/annotations/typeAnnotations/newlocations/RepeatingTypeAnnotations.out

4 lines changed: 1 ins; 1 del; 2 mod; 25 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw test/tools/javac/annotations/typeAnnotations/referenceinfos/Fields.java

2 lines changed: 0 ins; 2 del; 0 mod; 126 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw test/tools/javac/warnings/6747671/T6747671.out

1 line changed: 0 ins; 0 del; 1 mod; 11 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw test/tools/javac/warnings/suppress/TypeAnnotations.out

10 lines changed: 0 ins; 9 del; 1 mod; 30 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw test/tools/javap/output/RepeatingTypeAnnotations.java

85 lines changed: 1 ins; 0 del; 84 mod; 343 unchg

------ ------ ------ ------ --- New Patch Raw test/tools/javac/annotations/typeAnnotations/newlocations/Stress.java

187 lines changed: 187 ins; 0 del; 0 mod; 0 unchg

This code review page was prepared using ../../tl/make/scripts/webrev.ksh (vers 25.1-hg+openjdk.java.net).