On 22/03/2016 00:42, Mandy Chung wrote:
On Mar 21, 2016, at 5:36 PM, Mandy Chung <[email protected]> wrote:
Good catch. I compared the modules listed in make/Images.gmk before the change
with make/common/Modules.gmk and found some existing issues - jdk.policytool
has not been linked in JRE and I can’t quite tell why jdk.jvmstat and
jdk.jvmstat.rmi are linked in JRE. I believe we only need the following tools
be included in JRE to be consistent with JRE 8 builds:
JRE_TOOL_MODULES += \
jdk.pack200 \
jdk.policytool \
jdk.scripting.nashorn.shell \
Updated webrev:
http://cr.openjdk.java.net/~mchung/jdk9/webrevs/8152197/webrev.01/index.html
In fact, JDK-8071338 has moved policytool from JRE to JDK in JDK 9. webrev.01
updated in place.
I remember that discussion with Max.
The webrev looks good, I assume you'll push this to jdk9/dev once the
jdk-9+111 has been pulled into that forest.
-Alan