File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
test/failure_handler/src/share/conf Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ onTimeout=\
3535 jcmd.vm.symboltable jcmd.vm.uptime jcmd.vm.dynlibs \
3636 jcmd.vm.system_properties \
3737 jcmd.gc.heap_info jcmd.gc.class_histogram jcmd.gc.finalizer_info jcmd.thread.dump_to_file \
38- jstack jhsdb.jstack.live
38+ jstack jhsdb.jstack.live.default jhsdb.jstack.live.mixed
3939
4040jinfo.app =jinfo
4141
@@ -64,12 +64,14 @@ jstack.args=-e -l %p
6464jstack.params.repeat =6
6565
6666jhsdb.app =jhsdb
67- jhsdb.jstack.live.args =jstack --mixed --pid %p
68- jhsdb.jstack.live.params.repeat =6
67+ jhsdb.jstack.live.default.args =jstack --pid %p
68+ jhsdb.jstack.live.default.params.repeat =6
69+ jhsdb.jstack.live.mixed.args =jstack --mixed --pid %p
70+ jhsdb.jstack.live.mixed.params.repeat =6
6971
70- cores =jhsdb.jstack.core jhsdb.jstack.core.mixed
72+ cores =jhsdb.jstack.core.default jhsdb.jstack.core.mixed
7173# Assume that java standard laucher has been used
72- jhsdb.jstack.core.args =jstack --core %p --exe %java
74+ jhsdb.jstack.core.default. args =jstack --core %p --exe %java
7375jhsdb.jstack.core.mixed.args =jstack --mixed --core %p --exe %java
7476
7577# ###############################################################################
You can’t perform that action at this time.
0 commit comments