hg: jdk9/hs-emb/langtools: 4 new changesets

alejandro.murillo at oracle.com alejandro.murillo at oracle.com
Fri Feb 6 01:09:48 UTC 2015


Changeset: 2d2baba27992
Author:    jlahoda
Date:      2015-02-02 18:52 +0530
URL:       http://hg.openjdk.java.net/jdk9/hs-emb/langtools/rev/2d2baba27992

8069265: ClassCastException when compiled with JDK 9b08+, JDK8 compiles OK.
Summary: Alternate fix for 8015499 to eliminate extra checkcast (by working around a limitation in Types#asSuper) without the side effect that results in 8069265
Reviewed-by: mcimadamore, jjg
Contributed-by: srikanth.adayapalam at oracle.com

! src/jdk.compiler/share/classes/com/sun/tools/javac/code/Types.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/TransTypes.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/jvm/Gen.java
+ test/tools/javac/CheckNoClassCastException.java
! test/tools/javac/T7053059/DoubleCastTest.java

Changeset: e5f5ecfefba8
Author:    jlahoda
Date:      2015-02-02 21:53 +0100
URL:       http://hg.openjdk.java.net/jdk9/hs-emb/langtools/rev/e5f5ecfefba8

8072054: Cannot build langtools if checked-out in a directory ending with \"com\"
Summary: Making sure a proper package name is used when generating Properties classes
Reviewed-by: mcimadamore

! make/tools/propertiesparser/gen/ClassGenerator.java

Changeset: 5a2254319314
Author:    mchung
Date:      2015-02-03 14:09 -0800
URL:       http://hg.openjdk.java.net/jdk9/hs-emb/langtools/rev/5a2254319314

8069551: Move java.security.acl from compact3 to java.base
Reviewed-by: alanb, mullan, wetmore

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

Changeset: 4925358d11e6
Author:    mcimadamore
Date:      2015-02-05 18:51 +0000
URL:       http://hg.openjdk.java.net/jdk9/hs-emb/langtools/rev/4925358d11e6

8072445: tools/javac/lambda/MethodReference55.java fails across platforms
Summary: remove copyright from test header
Reviewed-by: jlahoda

! test/tools/javac/lambda/MethodReference55.java
! test/tools/javac/lambda/MethodReference55.out



More information about the jdk9-hs-emb-changes mailing list