On 21/03/2016 17:32, Mandy Chung wrote:
Erik,
This cleans up several makefiles and now have one single file
(make/common/Modules.gmk) to specify the module-specific information for the
build:
http://cr.openjdk.java.net/~mchung/jdk9/webrevs/8152197/webrev.00/index.html
This looks a good clean-up.
One thing that isn't clear is how to get tool modules into the JRE. I
suspect that JRE_MODULES needs to be $(BOOT_MODULES) +
$(PLATFORM_MODULES) + jdk.policytool + jdk.scripting.nashorn.shell to be
consistent with JRE 8 builds.
-Alan