hg: jdk9/hs-emb/langtools: 10 new changesets
alejandro.murillo at oracle.com
alejandro.murillo at oracle.com
Tue Feb 18 13:12:24 PST 2014
Changeset: 7139092166e3
Author: alanb
Date: 2014-02-06 15:49 +0000
URL: http://hg.openjdk.java.net/jdk9/hs-emb/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/hs-emb/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/hs-emb/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/hs-emb/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/hs-emb/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/hs-emb/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/hs-emb/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/hs-emb/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/hs-emb/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/hs-emb/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
More information about the jdk9-hs-emb-changes
mailing list