Skip to content

Commit

Permalink
Polish JVM thread dump action
Browse files Browse the repository at this point in the history
  • Loading branch information
scottfrederick committed May 23, 2024
1 parent 234e0fd commit 7cd1f0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/print-jvm-thread-dumps/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7cd1f0a

Please sign in to comment.