Browse Source

Polish JVM thread dump action

pull/41000/head
Scott Frederick 2 years ago
parent
commit
7cd1f0ab3b
  1. 2
      .github/actions/print-jvm-thread-dumps/action.yml

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

@ -7,7 +7,7 @@ runs: @@ -7,7 +7,7 @@ runs:
shell: bash
run: |
for jvm_pid in $(jps -q -J-XX:+PerfDisableSharedMem); do
jcmd $java_pid Thread.print
jcmd $jvm_pid Thread.print
done
- if: ${{ runner.os == 'Windows' }}
shell: powershell

Loading…
Cancel
Save