8152268: jjs tool makefile should use --addmods ALL-SYSTEM

Reviewed-by: alanb, hannesw
This commit is contained in:
Athijegannathan Sundararajan 2016-03-23 14:54:30 +05:30
parent 81c1051455
commit 666a2ae49a

View File

@ -27,5 +27,6 @@ include LauncherCommon.gmk
$(eval $(call SetupBuildLauncher, jjs, \
MAIN_CLASS := jdk.nashorn.tools.jjs.Main, \
JAVA_ARGS := -addmods ALL-SYSTEM, \
CFLAGS := -DENABLE_ARG_FILES, \
))