hg: jdk9/sandbox/langtools: 9 new changesets
chris.hegarty at oracle.com
chris.hegarty at oracle.com
Mon Dec 15 16:49:50 UTC 2014
Changeset: 20e26aa33799
Author: aeremeev
Date: 2014-12-09 11:45 +0100
URL: http://hg.openjdk.java.net/jdk9/sandbox/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/sandbox/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/sandbox/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/sandbox/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/sandbox/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/sandbox/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/sandbox/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/sandbox/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/sandbox/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
More information about the jdk9-sandbox-changes
mailing list