8008914: Add nashorn to the tl build
Co-authored-by: James Laskey <james.laskey@oracle.com> Reviewed-by: mr, tbell, jjh
This commit is contained in:
parent
944e1b9636
commit
b3a313fa2b
@ -77,6 +77,7 @@ $(call make-launcher, jmap, sun.tools.jmap.JMap, \
|
||||
-J-Dsun.jvm.hotspot.debugger.useWindbgDebugger, )
|
||||
$(call make-launcher, jps, sun.tools.jps.Jps, , )
|
||||
$(call make-launcher, jrunscript, com.sun.tools.script.shell.Main, , )
|
||||
$(call make-launcher, jjs, jdk.nashorn.tools.Shell, , )
|
||||
$(call make-launcher, jsadebugd, sun.jvm.hotspot.jdi.SADebugServer, , )
|
||||
$(call make-launcher, jstack, sun.tools.jstack.JStack, \
|
||||
-J-Dsun.jvm.hotspot.debugger.useProcDebugger \
|
||||
|
@ -311,6 +311,9 @@ $(eval $(call SetupLauncher,jps,\
|
||||
$(eval $(call SetupLauncher,jrunscript,\
|
||||
-DJAVA_ARGS='{ "-J-ms8m"$(COMMA) "com.sun.tools.script.shell.Main"$(COMMA) }'))
|
||||
|
||||
$(eval $(call SetupLauncher,jjs,\
|
||||
-DJAVA_ARGS='{ "-J-ms8m"$(COMMA) "jdk.nashorn.tools.Shell"$(COMMA) }'))
|
||||
|
||||
$(eval $(call SetupLauncher,jsadebugd,\
|
||||
-DJAVA_ARGS='{ "-J-ms8m"$(COMMA) "sun.jvm.hotspot.jdi.SADebugServer"$(COMMA) }' \
|
||||
-DAPP_CLASSPATH='{ "/lib/tools.jar"$(COMMA) "/lib/sa-jdi.jar"$(COMMA) "/classes" }' \
|
||||
|
@ -1119,6 +1119,14 @@ endif
|
||||
|
||||
##########################################################################################
|
||||
|
||||
# Import nashorn.jar from nashorn dist dir.
|
||||
$(IMAGES_OUTPUTDIR)/lib/ext/nashorn.jar: $(NASHORN_DIST)/nashorn.jar
|
||||
$(install-file)
|
||||
|
||||
JARS += $(IMAGES_OUTPUTDIR)/lib/ext/nashorn.jar
|
||||
|
||||
##########################################################################################
|
||||
|
||||
-include $(CUSTOM_MAKE_DIR)/CreateJars.gmk
|
||||
|
||||
##########################################################################################
|
||||
|
@ -74,6 +74,7 @@ public class VersionCheck extends TestHelper {
|
||||
"jmap",
|
||||
"jps",
|
||||
"jrunscript",
|
||||
"jjs",
|
||||
"jsadebugd",
|
||||
"jstack",
|
||||
"jstat",
|
||||
|
Loading…
x
Reference in New Issue
Block a user