changeset 10501:ce82a0ee7735

8008757: NEWBUILD=true has separate launcher code for jjs Reviewed-by: jjh Contributed-by: james.laskey@oracle.com
author jlaskey
date Fri, 22 Feb 2013 18:03:07 -0400
parents ff68fafd6302
children 20a827b22a2e
files makefiles/CompileLaunchers.gmk
diffstat 1 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/makefiles/CompileLaunchers.gmk	Fri Feb 22 17:45:37 2013 -0400
+++ b/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) }' \