jdk/make/launchers/Makefile
changeset 21375 5b8412751305
parent 21373 83541e43a6d6
child 21376 fbc58b45355e
--- a/jdk/make/launchers/Makefile	Mon Feb 04 17:29:58 2013 -0400
+++ b/jdk/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 \