75 $(call make-launcher, jmap, sun.tools.jmap.JMap, \ |
75 $(call make-launcher, jmap, sun.tools.jmap.JMap, \ |
76 -J-Dsun.jvm.hotspot.debugger.useProcDebugger \ |
76 -J-Dsun.jvm.hotspot.debugger.useProcDebugger \ |
77 -J-Dsun.jvm.hotspot.debugger.useWindbgDebugger, ) |
77 -J-Dsun.jvm.hotspot.debugger.useWindbgDebugger, ) |
78 $(call make-launcher, jps, sun.tools.jps.Jps, , ) |
78 $(call make-launcher, jps, sun.tools.jps.Jps, , ) |
79 $(call make-launcher, jrunscript, com.sun.tools.script.shell.Main, , ) |
79 $(call make-launcher, jrunscript, com.sun.tools.script.shell.Main, , ) |
80 ifeq ("$(NEWBUILD)","true") |
80 $(call make-launcher, jjs, jdk.nashorn.tools.Shell, , ) |
81 $(call make-launcher, jjs, jdk.nashorn.tools.Shell, \ |
|
82 -J-XX:-TieredCompilation \ |
|
83 -J-Xms2G \ |
|
84 -J-Xmx2G, ) |
|
85 endif |
|
86 $(call make-launcher, jsadebugd, sun.jvm.hotspot.jdi.SADebugServer, , ) |
81 $(call make-launcher, jsadebugd, sun.jvm.hotspot.jdi.SADebugServer, , ) |
87 $(call make-launcher, jstack, sun.tools.jstack.JStack, \ |
82 $(call make-launcher, jstack, sun.tools.jstack.JStack, \ |
88 -J-Dsun.jvm.hotspot.debugger.useProcDebugger \ |
83 -J-Dsun.jvm.hotspot.debugger.useProcDebugger \ |
89 -J-Dsun.jvm.hotspot.debugger.useWindbgDebugger, ) |
84 -J-Dsun.jvm.hotspot.debugger.useWindbgDebugger, ) |
90 $(call make-launcher, jstat, sun.tools.jstat.Jstat, , ) |
85 $(call make-launcher, jstat, sun.tools.jstat.Jstat, , ) |