Review Request 8074432: Move jdeps to jdk.compiler module
Alan Bateman
Alan.Bateman at oracle.com
Mon May 25 07:16:49 UTC 2015
On 24/05/2015 05:00, Mandy Chung wrote:
> This will move jdeps to the same module as other langtools javac and javap.
>
> Webrev at:
> http://cr.openjdk.java.net/~mchung/jdk9/webrevs/8074432/webrev.00/
>
> This is the final change to resolve the open issue JDK-8072601 (Re-examine jdk.runtime and jdk.dev modules) for JEP 200.
>
> Mandy
I don't see any issues with the patch but I wonder if this is a case
where we should introduce jdk.jdeps rather than putting the tool in the
jdk.compile module.
A passing comment is that I see we run these tools with -Xms8m, we
should re-visit that some day.
-Alan.
More information about the core-libs-dev
mailing list