hg: jdk9/jdk9/langtools: 22 new changesets

lana.steuck at oracle.com lana.steuck at oracle.com
Fri Feb 28 15:52:54 PST 2014


Changeset: 7139092166e3
Author:    alanb
Date:      2014-02-06 15:49 +0000
URL:       http://hg.openjdk.java.net/jdk9/jdk9/langtools/rev/7139092166e3

8033366: Add configure option to allow RMIConnector IIOP transport be selected compiled in or not
Reviewed-by: erikj

! test/tools/javac/profiles/ProfileOptionTest.java

Changeset: 997092ef35e3
Author:    vromero
Date:      2014-02-06 18:49 +0000
URL:       http://hg.openjdk.java.net/jdk9/jdk9/langtools/rev/997092ef35e3

8030855: Default methods should be visible under source previous to 8
Reviewed-by: jjg, dlsmith

! src/share/classes/com/sun/tools/javac/code/Source.java
! src/share/classes/com/sun/tools/javac/comp/Resolve.java
- test/tools/javac/T8029240/DefaultMethodsNotVisibileForSource7Test.java
+ test/tools/javac/defaultMethodsVisibility/DefaultMethodsNotVisibleForSourceLessThan8Test.java

Changeset: bd6e1d99d942
Author:    jjg
Date:      2014-02-06 10:58 -0800
URL:       http://hg.openjdk.java.net/jdk9/jdk9/langtools/rev/bd6e1d99d942

8033686: Internal error for zero indent
Reviewed-by: ksrini

! src/share/classes/com/sun/tools/javap/JavapTask.java
! src/share/classes/com/sun/tools/javap/Options.java

Changeset: 95f9e1175e13
Author:    jjg
Date:      2014-02-06 11:01 -0800
URL:       http://hg.openjdk.java.net/jdk9/jdk9/langtools/rev/95f9e1175e13

8033711: An exception is thrown if using the \"-classpath\" option with no arguments
Reviewed-by: ksrini

! src/share/classes/com/sun/tools/javap/JavapTask.java
! src/share/classes/com/sun/tools/javap/resources/javap.properties
+ test/tools/javap/T8033711.java

Changeset: 25222dc02281
Author:    jjg
Date:      2014-02-06 15:43 -0800
URL:       http://hg.openjdk.java.net/jdk9/jdk9/langtools/rev/25222dc02281

8033114: The values of non-static final fields are printed for the -constants option
Reviewed-by: ksrini

! src/share/classes/com/sun/tools/javap/resources/javap.properties

Changeset: 74545123da75
Author:    cl
Date:      2014-02-06 16:39 -0800
URL:       http://hg.openjdk.java.net/jdk9/jdk9/langtools/rev/74545123da75

8032526: fix the accessibility, html, syntax errors and warnings reported by doclint report in langtools
Reviewed-by: jjg

! src/share/classes/com/sun/javadoc/package-info.java

Changeset: b5c6e4558b06
Author:    jjg
Date:      2014-02-06 18:54 -0800
URL:       http://hg.openjdk.java.net/jdk9/jdk9/langtools/rev/b5c6e4558b06

8033581: Incorrect comment aligment
8033798: javap output has unnecessary trailing whitespace
8033726: StackMapTable does not unindent properly
Reviewed-by: ksrini

! src/share/classes/com/sun/tools/javap/AttributeWriter.java
! src/share/classes/com/sun/tools/javap/BasicWriter.java
! test/tools/javap/MethodParameters.java
+ test/tools/javap/WhitespaceTest.java

Changeset: d1897a74e801
Author:    jlahoda
Date:      2014-02-07 21:43 +0100
URL:       http://hg.openjdk.java.net/jdk9/jdk9/langtools/rev/d1897a74e801

8033421: @SuppressWarnings("deprecation") does not work when overriding deprecated method
Summary: When the overrides deprecated method warning is being reported, need to do that in the lint context of the method.
Reviewed-by: vromero

! src/share/classes/com/sun/tools/javac/comp/Check.java
+ test/tools/javac/warnings/suppress/Overridden.java
+ test/tools/javac/warnings/suppress/Overridden.out
+ test/tools/javac/warnings/suppress/OverriddenSuppressed.java

Changeset: 24bbd90f9873
Author:    jjg
Date:      2014-02-10 11:52 -0800
URL:       http://hg.openjdk.java.net/jdk9/jdk9/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/jdk9/jdk9/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/jdk9/jdk9/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/jdk9/jdk9/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/jdk9/jdk9/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/jdk9/jdk9/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: e22e769ca395
Author:    jeff
Date:      2014-01-13 14:44 -0800
URL:       http://hg.openjdk.java.net/jdk9/jdk9/langtools/rev/e22e769ca395

7129980: Third Party License Readme update for JDK8
Reviewed-by: lana, tbell

! THIRD_PARTY_README

Changeset: 86bbc5e4d081
Author:    jeff
Date:      2014-01-28 20:10 +0000
URL:       http://hg.openjdk.java.net/jdk9/jdk9/langtools/rev/86bbc5e4d081

8032816: THIRDPARTYREADME LittleCMS preamble missing JRE 8 & JDK 8
Reviewed-by: lana

! THIRD_PARTY_README

Changeset: 1aabe91e4a4b
Author:    jjg
Date:      2014-02-19 15:05 -0800
URL:       http://hg.openjdk.java.net/jdk9/jdk9/langtools/rev/1aabe91e4a4b

8035364: An extra space in the comments of constant pool entries
Reviewed-by: ksrini

! src/share/classes/com/sun/tools/javap/ConstantWriter.java
! test/tools/javap/T6868539.java

Changeset: 7822fc271212
Author:    lana
Date:      2014-02-20 20:00 -0800
URL:       http://hg.openjdk.java.net/jdk9/jdk9/langtools/rev/7822fc271212

Merge


Changeset: b52e49bcf20e
Author:    jlahoda
Date:      2014-02-21 10:35 +0100
URL:       http://hg.openjdk.java.net/jdk9/jdk9/langtools/rev/b52e49bcf20e

6411385: Trees.getPath does not work for constructors
Summary: Enhancing TestTrees test to ensure proper function of Trees.getPath/getTree, fixing cases where getTree did not work properly.
Reviewed-by: jjg
Contributed-by: jan.lahoda at oracle.com, dusan.balek at oracle.com

! src/share/classes/com/sun/tools/javac/api/JavacTrees.java
! src/share/classes/com/sun/tools/javac/model/JavacElements.java
! test/tools/javac/api/TestTrees.java

Changeset: d40497476f1e
Author:    yan
Date:      2014-02-21 15:14 +0400
URL:       http://hg.openjdk.java.net/jdk9/jdk9/langtools/rev/d40497476f1e

6457406: javadoc doesn't handle <a href='http://...'> properly in producing index pages
Reviewed-by: jjg, bpatel, ksrini

! src/share/classes/com/sun/tools/doclets/formats/html/HtmlDocletWriter.java
+ test/com/sun/javadoc/testSingleQuotedLink/TestSingleQuotedLink.java
+ test/com/sun/javadoc/testSingleQuotedLink/pkg1/C1.java
+ test/com/sun/javadoc/testSingleQuotedLink/pkg1/C2.java
+ test/com/sun/javadoc/testSingleQuotedLink/pkg1/package.html

Changeset: c8548ad6b8cf
Author:    vromero
Date:      2014-02-22 17:42 +0000
URL:       http://hg.openjdk.java.net/jdk9/jdk9/langtools/rev/c8548ad6b8cf

8034143: javac, subclasses of Infer.IncorporationStep should implement the accepts() method
Reviewed-by: jjg

! src/share/classes/com/sun/tools/javac/comp/Infer.java

Changeset: 927c17e4f6d1
Author:    lana
Date:      2014-02-24 13:06 -0800
URL:       http://hg.openjdk.java.net/jdk9/jdk9/langtools/rev/927c17e4f6d1

Merge

- test/tools/javac/T8029240/DefaultMethodsNotVisibileForSource7Test.java



More information about the jdk9-all-changes mailing list