Review Request 8074432: Move jdeps to jdk.compiler module (original) (raw)
Erik Joelsson erik.joelsson at oracle.com
Wed May 27 07:48:46 UTC 2015
- Previous message: Review Request 8074432: Move jdeps to jdk.compiler module
- Next message: Review Request 8074432: Move jdeps to jdk.compiler module
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello Mandy,
I don't see a Launcher-jdk.jdeps.gmk. Should there be one?
/Erik
On 2015-05-27 08:00, Mandy Chung wrote:
We discussed this offline and revised the proposal to group javap and classfile library together with jdeps in jdk.jdeps module for static analysis tools to live. The jdk.compiler module will contain the compiler and a couple of small tools. Moving out javap and classfile library save about 1.2M uncompressed from jdk.compiler (~11%).
The module is named after the primary tool, jdeps in this case. Tools are in JAVAHOME/bin directory of idk image and so which module jdeps and javap are transparent in the idk image. Revised webrev: http://cr.openjdk.java.net/~mchung/jdk9/webrevs/8074432/webrev.01/ This touches many langtools tests to update @modules but should be easy to review. $ du -s -h jdk.jdeps/com/sun/tools/* 816K jdk.jdeps/com/sun/tools/classfile 468K jdk.jdeps/com/sun/tools/javap 400K jdk.jdeps/com/sun/tools/jdeps $ du -s -h jdk.compiler/ 9.1M jdk.compiler/ Mandy
- Previous message: Review Request 8074432: Move jdeps to jdk.compiler module
- Next message: Review Request 8074432: Move jdeps to jdk.compiler module
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]