hg: jdk9/client/langtools: 16 new changesets
philip.race at oracle.com
philip.race at oracle.com
Tue Dec 16 18:15:41 UTC 2014
Changeset: 64f03461bb0e
Author: jlahoda
Date: 2014-12-08 11:50 +0100
URL: http://hg.openjdk.java.net/jdk9/client/langtools/rev/64f03461bb0e
8065753: javac crashing on a html-like file
Summary: Avoiding special-case in error recovery for bad token on position 0.
Reviewed-by: jjg
! src/jdk.compiler/share/classes/com/sun/tools/javac/parser/JavacParser.java
! test/tools/javac/parser/JavacParserTest.java
Changeset: 6e0ebc622bdb
Author: mcimadamore
Date: 2014-12-08 16:30 +0000
URL: http://hg.openjdk.java.net/jdk9/client/langtools/rev/6e0ebc622bdb
8066889: IntelliJ langtools launcher ought to be Windows friendly
Summary: Fixup file and path separators in project setup stage.
Reviewed-by: jlahoda
! make/build.xml
! make/intellij/workspace.xml
Changeset: 84a76798cff3
Author: jlahoda
Date: 2014-12-08 18:02 +0100
URL: http://hg.openjdk.java.net/jdk9/client/langtools/rev/84a76798cff3
8061549: Disallow _ as a one-character identifier
Summary: Underscore is no longer a one-charater identifier with -source 9
Reviewed-by: mcimadamore, jjg
! src/jdk.compiler/share/classes/com/sun/tools/javac/code/Source.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/parser/JavacParser.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/resources/compiler.properties
! test/com/sun/javadoc/testAnchorNames/TestAnchorNames.java
- test/tools/javac/diags/examples/UnderscoreAsIdentifier.java
+ test/tools/javac/diags/examples/UnderscoreAsIdentifierError.java
+ test/tools/javac/diags/examples/UnderscoreAsIdentifierWarning.java
! test/tools/javac/lambda/IdentifierTest.java
- test/tools/javac/lambda/IdentifierTest.out
+ test/tools/javac/lambda/IdentifierTest8.out
+ test/tools/javac/lambda/IdentifierTest9.out
+ test/tools/javac/lambda/UnderscoreAsIdent.java
+ test/tools/javac/lambda/UnderscoreAsIdent8.out
+ test/tools/javac/lambda/UnderscoreAsIdent9.out
- test/tools/javac/lambda/WarnUnderscoreAsIdent.java
- test/tools/javac/lambda/WarnUnderscoreAsIdent.out
! test/tools/javac/processing/model/util/elements/doccomments/TestDocComments.java
! test/tools/javac/tree/TreePosRoundsTest.java
! test/tools/javadoc/6964914/JavacWarning.java
! test/tools/javadoc/6964914/Test.java
Changeset: f1eaade7db81
Author: jlahoda
Date: 2014-12-08 21:26 +0100
URL: http://hg.openjdk.java.net/jdk9/client/langtools/rev/f1eaade7db81
8066902: JavacParserTest fails on Windows
Summary: Normalizing line endings to '\n'.
Reviewed-by: jjg, ksrini
! test/tools/javac/parser/JavacParserTest.java
Changeset: 6c2c0095eca4
Author: aeremeev
Date: 2014-12-09 01:06 +0200
URL: http://hg.openjdk.java.net/jdk9/client/langtools/rev/6c2c0095eca4
8064794: Implement negative tests for cyclic dependencies in import statements
Reviewed-by: jlahoda, anazarov
+ test/tools/javac/importscope/NegativeCyclicDependencyTest.java
! test/tools/javac/staticImport/6695838/T6695838.java
+ test/tools/javac/staticImport/6695838/T6695838.out
Changeset: 20e26aa33799
Author: aeremeev
Date: 2014-12-09 11:45 +0100
URL: http://hg.openjdk.java.net/jdk9/client/langtools/rev/20e26aa33799
8066961: NegativeCyclicDependencyTest.java fails on Windows
Summary: Normalizing line endings to '\n'.
Reviewed-by: jlahoda
! test/tools/javac/importscope/NegativeCyclicDependencyTest.java
Changeset: b32db211cfbc
Author: mcimadamore
Date: 2014-12-09 16:09 +0000
URL: http://hg.openjdk.java.net/jdk9/client/langtools/rev/b32db211cfbc
8067001: DetectMutableStaticFields fails after modular images push
Summary: Ignore JRTIndex.sharedInstance
Reviewed-by: jlahoda
! test/tools/javac/T8003967/DetectMutableStaticFields.java
Changeset: f114c0889340
Author: mcimadamore
Date: 2014-12-09 17:40 +0000
URL: http://hg.openjdk.java.net/jdk9/client/langtools/rev/f114c0889340
8067006: Tweak IntelliJ langtools project to show jtreg report directory
Summary: Jtreg test output directory should be allowed to flow into IntelliJ's output
Reviewed-by: jlahoda
! make/intellij/build.xml
! make/intellij/compiler.xml
! make/intellij/copyright/langtools.xml
! make/intellij/misc.xml
! make/intellij/src/idea/LangtoolsIdeaAntLogger.java
! make/intellij/workspace.xml
Changeset: dca7684b37fe
Author: aeremeev
Date: 2014-12-10 21:45 +0200
URL: http://hg.openjdk.java.net/jdk9/client/langtools/rev/dca7684b37fe
8065360: Implement a test that checks possibilty of class members to be imported
Reviewed-by: jlahoda, anazarov
+ test/tools/javac/importscope/ImportDependenciesTest.java
+ test/tools/javac/importscope/ImportMembersTest.java
! test/tools/javac/importscope/NegativeCyclicDependencyTest.java
Changeset: 6f0fc62de41a
Author: katleman
Date: 2014-12-11 11:44 -0800
URL: http://hg.openjdk.java.net/jdk9/client/langtools/rev/6f0fc62de41a
Added tag jdk9-b42 for changeset 23a3a063a906
! .hgtags
Changeset: 6a06008aec10
Author: lana
Date: 2014-12-11 12:26 -0800
URL: http://hg.openjdk.java.net/jdk9/client/langtools/rev/6a06008aec10
Merge
- test/tools/javac/diags/examples/UnderscoreAsIdentifier.java
- test/tools/javac/lambda/IdentifierTest.out
- test/tools/javac/lambda/WarnUnderscoreAsIdent.java
- test/tools/javac/lambda/WarnUnderscoreAsIdent.out
Changeset: 91771a4460a7
Author: jjg
Date: 2014-12-11 18:20 -0800
URL: http://hg.openjdk.java.net/jdk9/client/langtools/rev/91771a4460a7
8066807: langtools/test/Makefile should use -agentvm not -samevm
Reviewed-by: mcimadamore
! test/Makefile
Changeset: 2b47c42974ff
Author: jjg
Date: 2014-12-11 18:23 -0800
URL: http://hg.openjdk.java.net/jdk9/client/langtools/rev/2b47c42974ff
8066808: langtools/test/Makefile should not use OS-specific jtreg binary
Reviewed-by: mcimadamore
! test/Makefile
Changeset: 3c1b5fcf6fad
Author: mcimadamore
Date: 2014-12-12 18:07 +0000
URL: http://hg.openjdk.java.net/jdk9/client/langtools/rev/3c1b5fcf6fad
8064365: Better support for finder capabilities in target-typing context
Summary: Add new framework to allow for easy creation of finder-like capabilities.
Reviewed-by: jjg, jlahoda
+ src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Analyzer.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Attr.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/AttrContext.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/DeferredAttr.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/resources/compiler.properties
! src/jdk.compiler/share/classes/com/sun/tools/javac/tree/TreeInfo.java
! test/tools/javac/diags/examples/DiamondRedundantArgs.java
! test/tools/javac/diags/examples/DiamondRedundantArgs1.java
+ test/tools/javac/diags/examples/MethodRedundantTypeargs.java
! test/tools/javac/diags/examples/PotentialLambdaFound.java
! test/tools/javac/generics/diamond/6939780/T6939780.java
! test/tools/javac/generics/diamond/6939780/T6939780_7.out
! test/tools/javac/generics/diamond/6939780/T6939780_8.out
! test/tools/javac/generics/diamond/7002837/T7002837.java
! test/tools/javac/lambda/LambdaConv18.java
! test/tools/javac/lambda/LambdaConv18.out
! test/tools/javac/lambda/speculative/DiamondFinder.java
Changeset: 04e51caa93f9
Author: mchung
Date: 2014-12-15 10:29 -0800
URL: http://hg.openjdk.java.net/jdk9/client/langtools/rev/04e51caa93f9
8067360: verify-modules target was dropped in jdk9 b41
Reviewed-by: alanb, erikj
! src/jdk.dev/share/classes/com/sun/tools/jdeps/JdepsTask.java
Changeset: a3c4196fc990
Author: mcimadamore
Date: 2014-12-16 13:44 +0000
URL: http://hg.openjdk.java.net/jdk9/client/langtools/rev/a3c4196fc990
8067663: Add bugId to tests that have been modified as part of JDK-8064365
Summary: Add missing bug id to modified tests
Reviewed-by: jlahoda
! test/tools/javac/generics/diamond/6939780/T6939780.java
! test/tools/javac/generics/diamond/7002837/T7002837.java
! test/tools/javac/lambda/LambdaConv18.java
! test/tools/javac/lambda/speculative/DiamondFinder.java
More information about the jdk9-all-changes
mailing list