提交 b7821b03 编写于 作者: J jlaskey

8008447: Tweaks to make all NEWBUILD=false round 3

Reviewed-by: jjh, sundar
Contributed-by: james.laskey@oracle.com
上级 399c127c
...@@ -77,10 +77,12 @@ $(call make-launcher, jmap, sun.tools.jmap.JMap, \ ...@@ -77,10 +77,12 @@ $(call make-launcher, jmap, sun.tools.jmap.JMap, \
-J-Dsun.jvm.hotspot.debugger.useWindbgDebugger, ) -J-Dsun.jvm.hotspot.debugger.useWindbgDebugger, )
$(call make-launcher, jps, sun.tools.jps.Jps, , ) $(call make-launcher, jps, sun.tools.jps.Jps, , )
$(call make-launcher, jrunscript, com.sun.tools.script.shell.Main, , ) $(call make-launcher, jrunscript, com.sun.tools.script.shell.Main, , )
ifeq ("$(NEWBUILD)","true")
$(call make-launcher, jjs, jdk.nashorn.tools.Shell, \ $(call make-launcher, jjs, jdk.nashorn.tools.Shell, \
-J-XX:-TieredCompilation \ -J-XX:-TieredCompilation \
-J-Xms2G \ -J-Xms2G \
-J-Xmx2G, ) -J-Xmx2G, )
endif
$(call make-launcher, jsadebugd, sun.jvm.hotspot.jdi.SADebugServer, , ) $(call make-launcher, jsadebugd, sun.jvm.hotspot.jdi.SADebugServer, , )
$(call make-launcher, jstack, sun.tools.jstack.JStack, \ $(call make-launcher, jstack, sun.tools.jstack.JStack, \
-J-Dsun.jvm.hotspot.debugger.useProcDebugger \ -J-Dsun.jvm.hotspot.debugger.useProcDebugger \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册