hg: javadoc-next/render/langtools: 4 new changesets

bhavesh.x.patel at oracle.com bhavesh.x.patel at oracle.com
Wed Feb 25 00:15:08 UTC 2015


Changeset: e29b25f6101f
Author:    mcimadamore
Date:      2015-02-23 13:02 +0000
URL:       http://hg.openjdk.java.net/javadoc-next/render/langtools/rev/e29b25f6101f

8071291: Compiler crashes trying to cast UnionType to IntersectionClassType
Summary: Compiler tests for .isCompound but then cast to a more specific Type subclass, resulting in CCE
Reviewed-by: vromero, jlahoda

! src/jdk.compiler/share/classes/com/sun/tools/javac/code/Type.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/code/Types.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Attr.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Infer.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/TransTypes.java
+ test/tools/javac/multicatch/8071291/T8071291.java

Changeset: 59af0866b952
Author:    juh
Date:      2015-02-23 11:42 -0800
URL:       http://hg.openjdk.java.net/javadoc-next/render/langtools/rev/59af0866b952

8072663: Remove the sun.security.acl package which is not used in the JDK
Reviewed-by: mullan, alanb, mchung

! src/jdk.compiler/share/classes/com/sun/tools/javac/resources/ct.properties
! src/jdk.compiler/share/classes/com/sun/tools/javac/resources/legacy.properties

Changeset: f683944ffa42
Author:    jlahoda
Date:      2015-02-24 16:11 +0100
URL:       http://hg.openjdk.java.net/javadoc-next/render/langtools/rev/f683944ffa42

8067886: Inaccessible nested classes can be incorrectly imported
Summary: Check type accessibility at the point of import when importing the type using type-import-on-demand.
Reviewed-by: mcimadamore, jfranck

! src/jdk.compiler/share/classes/com/sun/tools/javac/code/Scope.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Check.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/LambdaToMethod.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/TypeEnter.java
+ test/tools/javac/importscope/ImportInaccessible.java
+ test/tools/javac/importscope/ImportInaccessible.out

Changeset: 228f66693293
Author:    bpatel
Date:      2015-02-24 16:13 -0800
URL:       http://hg.openjdk.java.net/javadoc-next/render/langtools/rev/228f66693293

Merge




More information about the javadoc-next-dev mailing list