Polish JVM thread dump action

This commit is contained in:
Scott Frederick
2024-05-23 14:51:02 -05:00
parent 234e0fd1f3
commit 7cd1f0ab3b

View File

@@ -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