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

wdietl at gmail.com wdietl at gmail.com
Mon Feb 17 11:03:46 PST 2014


Changeset: 24bbd90f9873
Author:    jjg
Date:      2014-02-10 11:52 -0800
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/langtools/rev/24bbd90f9873

8033930: Unnecessary new line after the StackMapTable
8033913: Incorrect indentation of StackMapTable entries
Reviewed-by: ksrini

! src/share/classes/com/sun/tools/javap/AttributeWriter.java
+ test/tools/javap/StackMapTableTest.java

Changeset: 55df0f601d67
Author:    dlsmith
Date:      2014-02-12 12:31 -0700
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/langtools/rev/55df0f601d67

4910483: Javadoc renders the string ".*\\.pdf" as ".\*\.pdf"
Summary: Adjust timing of printing "\\" in the comment scanner
Reviewed-by: jjg

! src/share/classes/com/sun/tools/javac/parser/JavadocTokenizer.java
+ test/tools/javac/parser/T4910483.java

Changeset: 86afe494b60f
Author:    jlahoda
Date:      2014-02-13 13:38 +0100
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/langtools/rev/86afe494b60f

8033961: Formatting of -Xlint: command line help
Summary: Improving formatting of command line help for -Xlint, including a short description of each lint.
Reviewed-by: jjg

! src/share/classes/com/sun/tools/javac/main/Option.java
! src/share/classes/com/sun/tools/javac/resources/javac.properties
! test/tools/javac/diags/CheckResourceKeys.java
+ test/tools/javac/warnings/VerifyLintDescriptions.java

Changeset: 37cf13ea5cf9
Author:    alundblad
Date:      2014-02-13 14:58 +0100
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/langtools/rev/37cf13ea5cf9

8030714: The steps attribute, flow and desugar are unnecessary for implicit classes when compiling with -implicit:none
Summary: When compiling with -implicit:none, attribute, flow and desugar is skipped for better performance.
Reviewed-by: jfranck, jlahoda

! src/share/classes/com/sun/tools/javac/comp/Todo.java
! src/share/classes/com/sun/tools/javac/main/JavaCompiler.java
+ test/tools/javac/implicitCompile/Implicit.java
+ test/tools/javac/implicitCompile/SkipAttrFlowGenForImplicits.java
+ test/tools/javac/implicitCompile/SkipAttrFlowGenForImplicits.out

Changeset: 4c09a8dd09b3
Author:    ksrini
Date:      2014-02-14 17:28 -0800
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/langtools/rev/4c09a8dd09b3

8029145: javadoc fails with java.lang.IllegalStateException: endPosTable already set
Reviewed-by: jjg

! src/share/classes/com/sun/tools/javadoc/JavadocTool.java
! test/tools/javadoc/parser/7091528/T7091528.java

Changeset: 7766dfafa530
Author:    ksrini
Date:      2014-02-15 16:37 -0800
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/langtools/rev/7766dfafa530

8031545: [javac] refactor and cleanup JNIWriter.java
Reviewed-by: jjg

! src/share/classes/com/sun/tools/javac/jvm/JNIWriter.java
! test/tools/javac/nativeHeaders/javahComparison/CompareTest.java
! test/tools/javac/nativeHeaders/javahComparison/TestClass1.java

Changeset: f50269f5606c
Author:    wmdietl
Date:      2014-02-17 14:03 -0500
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/langtools/rev/f50269f5606c

Automated merge with http://hg.openjdk.java.net/jdk9/dev/langtools

! src/share/classes/com/sun/tools/javac/jvm/JNIWriter.java
! src/share/classes/com/sun/tools/javac/main/JavaCompiler.java
! src/share/classes/com/sun/tools/javac/resources/javac.properties
! src/share/classes/com/sun/tools/javap/AttributeWriter.java
! test/tools/javac/diags/CheckResourceKeys.java



More information about the type-annotations-dev mailing list