hg: jdk9/client/langtools: 5 new changesets
philip.race at oracle.com
philip.race at oracle.com
Mon Sep 14 17:47:52 UTC 2015
Changeset: 2d65e99e2ae7
Author: jlahoda
Date: 2015-09-10 21:10 +0200
URL: http://hg.openjdk.java.net/jdk9/client/langtools/rev/2d65e99e2ae7
8132885: langtools/test/tools/javac/sym/ElementStructureTest.java is also searching default classpath
Summary: Explicitly setting classpath when inspecting the platform classes; using the java.util.ServiceLoader instead of the javac's copy
Reviewed-by: jjg
! test/tools/javac/sym/ElementStructureTest.java
Changeset: 551d797dc863
Author: mcimadamore
Date: 2015-09-11 16:27 +0100
URL: http://hg.openjdk.java.net/jdk9/client/langtools/rev/551d797dc863
8135246: CheckAttributedTree silently generates spurious compiler error
Summary: cyclic inheritance errors should cause shared combo context to be thrown away
Reviewed-by: jlahoda
! test/tools/javac/lib/combo/ReusableContext.java
Changeset: a7bc0d2f60ba
Author: lana
Date: 2015-09-11 10:26 -0700
URL: http://hg.openjdk.java.net/jdk9/client/langtools/rev/a7bc0d2f60ba
Added tag jdk9-b81 for changeset ead8b7192f00
! .hgtags
Changeset: d68904d5a00e
Author: lana
Date: 2015-09-11 13:01 -0700
URL: http://hg.openjdk.java.net/jdk9/client/langtools/rev/d68904d5a00e
Merge
- src/jdk.compiler/share/classes/com/sun/tools/sjavac/server/CompilationResult.java
Changeset: 8fa8045bbd4e
Author: mcimadamore
Date: 2015-09-14 11:26 +0100
URL: http://hg.openjdk.java.net/jdk9/client/langtools/rev/8fa8045bbd4e
8077306: Recursive implementation of List.map leads to stack overflow
Summary: Recusrive implementation of List.map uses too much stack; switch to iterative version.
Reviewed-by: jlahoda
! src/jdk.compiler/share/classes/com/sun/tools/javac/util/List.java
+ test/tools/javac/generics/inference/8077306/T8077306.java
More information about the jdk9-client-changes
mailing list