Changeset: a7d2c38930ee Author: sogoel Date: 2015-01-30 14:59 -0800 URL: http://hg.openjdk.java.net/bsd-port/jdk9/langtools/rev/a7d2c38930ee
8071629: Write new test to test -j switch Reviewed-by: jjg + test/tools/sjavac/ParallelCompilations.java Changeset: 2d2baba27992 Author: jlahoda Date: 2015-02-02 18:52 +0530 URL: http://hg.openjdk.java.net/bsd-port/jdk9/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.adayapa...@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/bsd-port/jdk9/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/bsd-port/jdk9/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/bsd-port/jdk9/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 Changeset: 1ccb6ef2f40b Author: lana Date: 2015-02-05 15:44 -0800 URL: http://hg.openjdk.java.net/bsd-port/jdk9/langtools/rev/1ccb6ef2f40b Merge Changeset: 9c1c3351aa64 Author: katleman Date: 2015-02-12 16:23 -0800 URL: http://hg.openjdk.java.net/bsd-port/jdk9/langtools/rev/9c1c3351aa64 Added tag jdk9-b50 for changeset 1ccb6ef2f40b ! .hgtags