hg: jdk9/hs-rt/langtools: 5 new changesets
jesper.wilhelmsson at oracle.com
jesper.wilhelmsson at oracle.com
Wed Oct 7 02:31:07 UTC 2015
Changeset: 3f3129007ded
Author: lana
Date: 2015-09-25 22:59 -0700
URL: http://hg.openjdk.java.net/jdk9/hs-rt/langtools/rev/3f3129007ded
Added tag jdk9-b83 for changeset 6b3b94a2ebca
! .hgtags
Changeset: e3445ccab58f
Author: lana
Date: 2015-09-26 09:22 -0700
URL: http://hg.openjdk.java.net/jdk9/hs-rt/langtools/rev/e3445ccab58f
Merge
Changeset: 6fdfa77ddeed
Author: aeremeev
Date: 2015-09-28 13:23 +0300
URL: http://hg.openjdk.java.net/jdk9/hs-rt/langtools/rev/6fdfa77ddeed
8081472: Add a mode to the tests for class-file attributes which dumps in-memory sources to disk
Reviewed-by: ksrini
! test/tools/javac/classfiles/attributes/LineNumberTable/LineNumberTestBase.java
! test/tools/javac/classfiles/attributes/annotations/AnnotationsTestBase.java
! test/tools/javac/classfiles/attributes/innerclasses/InnerClassesTestBase.java
! test/tools/javac/classfiles/attributes/lib/TestBase.java
Changeset: 2fd864f1ff3a
Author: jlahoda
Date: 2015-09-29 21:22 +0200
URL: http://hg.openjdk.java.net/jdk9/hs-rt/langtools/rev/2fd864f1ff3a
8133454: Update Java Compiler Error Message
Summary: Updating the error message that is used when javac crashes.
Reviewed-by: jjg
Contributed-by: nelson.dcosta at oracle.com
! src/jdk.compiler/share/classes/com/sun/tools/javac/resources/javac.properties
Changeset: e6fcc24b6d14
Author: sadayapalam
Date: 2015-10-01 19:47 +0530
URL: http://hg.openjdk.java.net/jdk9/hs-rt/langtools/rev/e6fcc24b6d14
8132535: Compiler fails with diamond anonymous class creation with intersection bound of enclosing class
Reviewed-by: mcimadamore
! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Check.java
+ test/tools/javac/generics/diamond/neg/Neg21.java
+ test/tools/javac/generics/diamond/neg/Neg21.out
+ test/tools/javac/generics/diamond/neg/Neg22.java
+ test/tools/javac/generics/diamond/neg/Neg22.out
+ test/tools/javac/generics/diamond/neg/Neg23.java
+ test/tools/javac/generics/diamond/neg/Neg23.out
+ test/tools/javac/generics/diamond/neg/pkg/Neg23_01.java
More information about the jdk9-all-changes
mailing list