Skip to content

Commit 164cef1

Browse files
committed
Reduce scope of thread dumping action so it works on Windows
See gh-39761
1 parent 049a2c0 commit 164cef1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/actions/print-jvm-thread-dumps/action.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ runs:
77
run: |
88
for java_pid in $(jps -q -J-XX:+PerfDisableSharedMem); do
99
echo "------------------------ pid $java_pid ------------------------"
10-
cat /proc/$java_pid/cmdline | xargs -0 echo
1110
jcmd $java_pid Thread.print -l
12-
jcmd $java_pid GC.heap_info
1311
done
1412
exit 0

0 commit comments

Comments
 (0)