changeset 10498:25db7658a063

8008721: Tweaks to make all NEWBUILD=false round 4 Reviewed-by: jjh Contributed-by: james.laskey@oracle.com
author jlaskey
date Fri, 22 Feb 2013 10:23:11 -0400
parents a174944b0c00
children ea22045ce09b
files make/launchers/Makefile
diffstat 1 files changed, 1 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/make/launchers/Makefile	Thu Feb 21 15:25:07 2013 -0400
+++ b/make/launchers/Makefile	Fri Feb 22 10:23:11 2013 -0400
@@ -77,12 +77,7 @@
   -J-Dsun.jvm.hotspot.debugger.useWindbgDebugger, )
 $(call make-launcher, jps, sun.tools.jps.Jps, , )
 $(call make-launcher, jrunscript, com.sun.tools.script.shell.Main, , )
-ifeq ("$(NEWBUILD)","true")
-$(call make-launcher, jjs, jdk.nashorn.tools.Shell, \
-  -J-XX:-TieredCompilation \
-  -J-Xms2G \
-  -J-Xmx2G, )
-endif
+$(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 \