File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
# ===========================================================================
2
- # (c) Copyright IBM Corp. 2017, 2018 All Rights Reserved
2
+ # (c) Copyright IBM Corp. 2017, 2019 All Rights Reserved
3
3
# ===========================================================================
4
4
#
5
5
# This code is free software; you can redistribute it and/or modify it
22
22
23
23
java.base_COPY += ExternalMessages.properties
24
24
openj9.gpu_COPY += ibm_gpu_thresholds.properties
25
+ jdk.jcmd_EXCLUDES += sun
25
26
Original file line number Diff line number Diff line change @@ -24,7 +24,13 @@ include LauncherCommon.gmk
24
24
25
25
$(eval $(call SetupBuildLauncher, jps, \
26
26
MAIN_MODULE := jdk.jcmd, \
27
- MAIN_CLASS := openj9.tools.attach.diagnostics.Jps, \
27
+ MAIN_CLASS := openj9.tools.attach.diagnostics.tools. Jps, \
28
28
CFLAGS := -DEXPAND_CLASSPATH_WILDCARDS, \
29
29
JAVA_ARGS := -Djdk.attach.allowAttachSelf=true, \
30
30
))
31
+
32
+ $(eval $(call SetupBuildLauncher, jstack, \
33
+ MAIN_MODULE := jdk.jcmd, \
34
+ MAIN_CLASS := openj9.tools.attach.diagnostics.tools.Jstack, \
35
+ CFLAGS := -DEXPAND_CLASSPATH_WILDCARDS, \
36
+ ))
You can’t perform that action at this time.
0 commit comments