RFR[tedious] - 8236028 [TESTBUG] Remove dependency of sun.tools.jar from appcds/JarBuilder

Ioi Lam ioi.lam at oracle.com
Mon Dec 16 22:29:59 UTC 2019


https://bugs.openjdk.java.net/browse/JDK-8236028
http://cr.openjdk.java.net/~iklam/jdk15/8236028-appcds-JarBuilder-remove-sun-tools-jar.v01/

About 100 files are changed, but only JarBuilder.java has the important 
changes
    - replace com.sun.tools.Main() with ToolProvider.findFirst("jar")

For all the other files, "@modules jdk.jartool/sun.tools.jar" was removed
using a script.

I am running tests with hs-tier1/2.

Thanks
- Ioi


More information about the hotspot-runtime-dev mailing list