RFR: JDK-8189094: Change required boot jdk to JDK 9

Martin Buchholz martinrb at google.com
Tue Oct 17 17:54:02 UTC 2017


Does $(INTERIM_LANGTOOLS_MODULES_COMMA) need to be repeated below?  I would
think you could drop it from --limit-modules

+INTERIM_LANGTOOLS_ARGS := \
+    --limit-modules java.base,jdk.zipfs,$(INTERIM_LANGTOOLS_MODULES_COMMA) \
+    --add-modules $(INTERIM_LANGTOOLS_MODULES_COMMA) \



More information about the build-dev mailing list