8137320: jjs should support @argfile to pass command line arguments from a file
authorsundar
Wed, 30 Sep 2015 12:48:32 +0530
changeset 32840 02bff5d9f260
parent 32839 68348f616944
child 32841 4ae281bb919c
8137320: jjs should support @argfile to pass command line arguments from a file Reviewed-by: attila, hannesw, henryjen
jdk/make/launcher/Launcher-jdk.scripting.nashorn.shell.gmk
--- a/jdk/make/launcher/Launcher-jdk.scripting.nashorn.shell.gmk	Tue Sep 29 19:50:56 2015 +0200
+++ b/jdk/make/launcher/Launcher-jdk.scripting.nashorn.shell.gmk	Wed Sep 30 12:48:32 2015 +0530
@@ -26,5 +26,6 @@
 include LauncherCommon.gmk
 
 $(eval $(call SetupLauncher,jjs, \
+    -DENABLE_ARG_FILES \
     -DJAVA_ARGS='{ "-J-ms8m"$(COMMA) "jdk.nashorn.tools.jjs.Main"$(COMMA) }'))