mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 03:58:21 +00:00
8284550: test failure_handler is not properly invoking jhsdb jstack, resulting in failure to produce a stack when a test times out
Reviewed-by: dholmes, alanb
This commit is contained in:
parent
837928ba79
commit
40470d83e4
@ -35,7 +35,7 @@ onTimeout=\
|
||||
jcmd.vm.symboltable jcmd.vm.uptime jcmd.vm.dynlibs \
|
||||
jcmd.vm.system_properties \
|
||||
jcmd.gc.heap_info jcmd.gc.class_histogram jcmd.gc.finalizer_info jcmd.thread.dump_to_file \
|
||||
jstack jhsdb.jstack
|
||||
jstack jhsdb.jstack.live
|
||||
|
||||
jinfo.app=jinfo
|
||||
|
||||
@ -64,13 +64,13 @@ jstack.args=-e -l %p
|
||||
jstack.params.repeat=6
|
||||
|
||||
jhsdb.app=jhsdb
|
||||
jhsdb.jstack.args=jstack --mixed --pid %p
|
||||
jhsdb.jstack.params.repeat=6
|
||||
jhsdb.jstack.live.args=jstack --mixed --pid %p
|
||||
jhsdb.jstack.live.params.repeat=6
|
||||
|
||||
cores=jhsdb.jstack
|
||||
jhsdb.jstack.app=jhsdb
|
||||
cores=jhsdb.jstack.core jhsdb.jstack.core.mixed
|
||||
# Assume that java standard laucher has been used
|
||||
jhsdb.jstack.args=jstack --mixed --core %p --exe %java
|
||||
jhsdb.jstack.core.args=jstack --core %p --exe %java
|
||||
jhsdb.jstack.core.mixed.args=jstack --mixed --core %p --exe %java
|
||||
|
||||
################################################################################
|
||||
# environment info to gather
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user