Skip to content

Commit 7cd1f0a

Browse files
Polish JVM thread dump action
1 parent 234e0fd commit 7cd1f0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ runs:
77
shell: bash
88
run: |
99
for jvm_pid in $(jps -q -J-XX:+PerfDisableSharedMem); do
10-
jcmd $java_pid Thread.print
10+
jcmd $jvm_pid Thread.print
1111
done
1212
- if: ${{ runner.os == 'Windows' }}
1313
shell: powershell

0 commit comments

Comments
 (0)