hg: jdk9/hs-rt/langtools: 10 new changesets
daniel.daugherty at oracle.com
daniel.daugherty at oracle.com
Fri Feb 6 21:13:19 UTC 2015
Changeset: 1a05a620f8dc
Author: sogoel
Date: 2015-01-27 15:11 -0800
URL: http://hg.openjdk.java.net/jdk9/hs-rt/langtools/rev/1a05a620f8dc
8068463: Group 10c: golden files for tests in tools/javac dir
Reviewed-by: jjg, mcimadamore
! test/tools/javac/annotations/6359949/T6359949a.java
+ test/tools/javac/annotations/6359949/T6359949a.out
! test/tools/javac/annotations/default/A.java
+ test/tools/javac/annotations/default/Derr.out
+ test/tools/javac/annotations/default/Eerr.out
! test/tools/javac/annotations/neg/Dep.java
+ test/tools/javac/annotations/neg/Dep.out
! test/tools/javac/lint/Deprecation.java
+ test/tools/javac/lint/Deprecation.out
! test/tools/javac/lint/FallThrough.java
+ test/tools/javac/lint/FallThrough.out
! test/tools/javac/lint/Unchecked.java
+ test/tools/javac/lint/Unchecked.out
! test/tools/javac/staticImport/Ambig1.java
+ test/tools/javac/staticImport/Ambig1.out
! test/tools/javac/staticImport/ImportPrivate.java
+ test/tools/javac/staticImport/ImportPrivate.out
! test/tools/javac/staticImport/PrivateStaticImport.java
+ test/tools/javac/staticImport/PrivateStaticImport.out
! test/tools/javac/staticImport/Shadow.java
+ test/tools/javac/staticImport/Shadow.out
! test/tools/javac/staticImport/StaticImport2.java
+ test/tools/javac/staticImport/StaticImport2.out
Changeset: 3f816163cf59
Author: mchung
Date: 2015-01-27 19:50 -0800
URL: http://hg.openjdk.java.net/jdk9/hs-rt/langtools/rev/3f816163cf59
8068937: jdeps shows "not found" if target class has no reference other than its own package
Reviewed-by: alanb
! src/jdk.dev/share/classes/com/sun/tools/jdeps/Analyzer.java
! src/jdk.dev/share/classes/com/sun/tools/jdeps/Archive.java
! src/jdk.dev/share/classes/com/sun/tools/jdeps/JdepsTask.java
! test/tools/jdeps/Basic.java
+ test/tools/jdeps/p/C.java
+ test/tools/jdeps/p/SubClass.java
+ test/tools/jdeps/q/Gee.java
Changeset: cfe864a5e8be
Author: jjg
Date: 2015-01-29 14:43 -0800
URL: http://hg.openjdk.java.net/jdk9/hs-rt/langtools/rev/cfe864a5e8be
8071617: move pathToURLs from javac.file.Locations to javadoc.DocletInvoker
Reviewed-by: ksrini
! src/jdk.compiler/share/classes/com/sun/tools/javac/file/Locations.java
! src/jdk.javadoc/share/classes/com/sun/tools/javadoc/DocletInvoker.java
Changeset: d0315cb6ade7
Author: katleman
Date: 2015-01-28 16:45 -0800
URL: http://hg.openjdk.java.net/jdk9/hs-rt/langtools/rev/d0315cb6ade7
Added tag jdk9-b48 for changeset 5b102fc29edf
! .hgtags
Changeset: 15c79f28e30a
Author: lana
Date: 2015-01-29 15:36 -0800
URL: http://hg.openjdk.java.net/jdk9/hs-rt/langtools/rev/15c79f28e30a
Merge
Changeset: a7d2c38930ee
Author: sogoel
Date: 2015-01-30 14:59 -0800
URL: http://hg.openjdk.java.net/jdk9/hs-rt/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/jdk9/hs-rt/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-rt/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-rt/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-rt/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-rt-changes
mailing list