Merge branch '3.2.x'

This commit is contained in:
Scott Frederick 2024-05-23 14:51:44 -05:00
commit ba9708d754

View File

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