28 $(eval $(call SetupBuildLauncher, jinfo, \ |
28 $(eval $(call SetupBuildLauncher, jinfo, \ |
29 MAIN_CLASS := sun.tools.jinfo.JInfo, \ |
29 MAIN_CLASS := sun.tools.jinfo.JInfo, \ |
30 JAVA_ARGS := \ |
30 JAVA_ARGS := \ |
31 -Dsun.jvm.hotspot.debugger.useProcDebugger \ |
31 -Dsun.jvm.hotspot.debugger.useProcDebugger \ |
32 -Dsun.jvm.hotspot.debugger.useWindbgDebugger, \ |
32 -Dsun.jvm.hotspot.debugger.useWindbgDebugger, \ |
33 APP_CLASSPATH := /lib/tools.jar /lib/sa-jdi.jar /classes, \ |
|
34 MACOSX_SIGNED := true, \ |
33 MACOSX_SIGNED := true, \ |
35 )) |
34 )) |
36 |
35 |
37 $(eval $(call SetupBuildLauncher, jmap, \ |
36 $(eval $(call SetupBuildLauncher, jmap, \ |
38 MAIN_CLASS := sun.tools.jmap.JMap, \ |
37 MAIN_CLASS := sun.tools.jmap.JMap, \ |
39 JAVA_ARGS := \ |
38 JAVA_ARGS := \ |
40 -Dsun.jvm.hotspot.debugger.useProcDebugger \ |
39 -Dsun.jvm.hotspot.debugger.useProcDebugger \ |
41 -Dsun.jvm.hotspot.debugger.useWindbgDebugger, \ |
40 -Dsun.jvm.hotspot.debugger.useWindbgDebugger, \ |
42 APP_CLASSPATH := /lib/tools.jar /lib/sa-jdi.jar /classes, \ |
|
43 MACOSX_SIGNED := true, \ |
41 MACOSX_SIGNED := true, \ |
44 )) |
42 )) |
45 |
43 |
46 $(eval $(call SetupBuildLauncher, jps, \ |
44 $(eval $(call SetupBuildLauncher, jps, \ |
47 MAIN_CLASS := sun.tools.jps.Jps, \ |
45 MAIN_CLASS := sun.tools.jps.Jps, \ |
50 $(eval $(call SetupBuildLauncher, jstack, \ |
48 $(eval $(call SetupBuildLauncher, jstack, \ |
51 MAIN_CLASS := sun.tools.jstack.JStack, \ |
49 MAIN_CLASS := sun.tools.jstack.JStack, \ |
52 JAVA_ARGS := \ |
50 JAVA_ARGS := \ |
53 -Dsun.jvm.hotspot.debugger.useProcDebugger \ |
51 -Dsun.jvm.hotspot.debugger.useProcDebugger \ |
54 -Dsun.jvm.hotspot.debugger.useWindbgDebugger, \ |
52 -Dsun.jvm.hotspot.debugger.useWindbgDebugger, \ |
55 APP_CLASSPATH := /lib/tools.jar /lib/sa-jdi.jar /classes, \ |
|
56 MACOSX_SIGNED := true, \ |
53 MACOSX_SIGNED := true, \ |
57 )) |
54 )) |
58 |
55 |
59 $(eval $(call SetupBuildLauncher, jstat, \ |
56 $(eval $(call SetupBuildLauncher, jstat, \ |
60 MAIN_CLASS := sun.tools.jstat.Jstat, \ |
57 MAIN_CLASS := sun.tools.jstat.Jstat, \ |