Skip to content

Commit

Permalink
Merge
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanBateman committed Jun 25, 2024
2 parents 581f569 + c16254b commit 04f1a17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/failure_handler/src/share/conf/common.properties
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ onTimeout=\
jcmd.vm.classloader_stats jcmd.vm.stringtable \
jcmd.vm.symboltable jcmd.vm.uptime jcmd.vm.dynlibs \
jcmd.vm.system_properties jcmd.vm.info \
jcmd.gc.heap_info jcmd.gc.class_histogram jcmd.gc.finalizer_info jcmd.thread.dump_to_file jcmd.thread.vthread_info \
jcmd.gc.heap_info jcmd.gc.class_histogram jcmd.gc.finalizer_info jcmd.thread.dump_to_file jcmd.thread.vthread_summary \
jstack jhsdb.jstack.live.default jhsdb.jstack.live.mixed

jinfo.app=jinfo
Expand All @@ -61,7 +61,7 @@ jcmd.thread.dump_to_file.args=%p Thread.dump_to_file -format=json JavaThread.dum
jcmd.thread.dump_to_file.params.repeat=6
jcmd.thread.dump_to_file.params.successArtifacts=JavaThread.dump.%p.%iterCount

jcmd.thread.vthread_info.args=%p Thread.vthread_info
jcmd.thread.vthread_summary.args=%p Thread.vthread_summary

jstack.app=jstack
jstack.args=-e -l %p
Expand Down

0 comments on commit 04f1a17

Please sign in to comment.