8008757: NEWBUILD=true has separate launcher code for jjs
authorjlaskey
Fri, 22 Feb 2013 18:03:07 -0400
changeset 21379 9f3d107f7153
parent 21378 510d249093ef
child 21380 96338d618957
8008757: NEWBUILD=true has separate launcher code for jjs Reviewed-by: jjh Contributed-by: james.laskey@oracle.com
jdk/makefiles/CompileLaunchers.gmk
--- a/jdk/makefiles/CompileLaunchers.gmk	Fri Feb 22 17:45:37 2013 -0400
+++ b/jdk/makefiles/CompileLaunchers.gmk	Fri Feb 22 18:03:07 2013 -0400
@@ -312,9 +312,7 @@
     -DJAVA_ARGS='{ "-J-ms8m"$(COMMA) "com.sun.tools.script.shell.Main"$(COMMA) }'))
 
 $(eval $(call SetupLauncher,jjs,\
-    -DJAVA_ARGS='{ "-J-XX:-TieredCompilation"$(COMMA) \
-                   "-J-Xms2G"$(COMMA) "-J-Xmx2G"$(COMMA) \
-                   "jdk.nashorn.tools.Shell"$(COMMA) }'))
+    -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) }' \