Skip to content

Commit d347fc1

Browse files
committed
8286438: Add jhsdb jstack processing without --mixed in efh
Reviewed-by: cjplummer
1 parent 61c68ab commit d347fc1

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

test/failure_handler/src/share/conf/common.properties

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff 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

4040
jinfo.app=jinfo
4141

@@ -64,12 +64,14 @@ jstack.args=-e -l %p
6464
jstack.params.repeat=6
6565

6666
jhsdb.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
7375
jhsdb.jstack.core.mixed.args=jstack --mixed --core %p --exe %java
7476

7577
################################################################################

0 commit comments

Comments
 (0)