changeset 10497:a174944b0c00

8008447: Tweaks to make all NEWBUILD=false round 3 Reviewed-by: jjh, sundar Contributed-by: james.laskey@oracle.com
author jlaskey
date Thu, 21 Feb 2013 15:25:07 -0400
parents 41654275896d
children 25db7658a063
files make/launchers/Makefile
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/make/launchers/Makefile	Mon Feb 04 17:29:58 2013 -0400
+++ b/make/launchers/Makefile	Thu Feb 21 15:25:07 2013 -0400
@@ -77,10 +77,12 @@
   -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, jsadebugd, sun.jvm.hotspot.jdi.SADebugServer, , )
 $(call make-launcher, jstack, sun.tools.jstack.JStack, \
   -J-Dsun.jvm.hotspot.debugger.useProcDebugger \