mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-14 18:03:44 +00:00
8168409: Update list of tools run by the jtreg timeouthandler
Reviewed-by: mlarsson
This commit is contained in:
parent
7cf79d2b8d
commit
3aa16decba
@ -34,9 +34,8 @@ onTimeout=\
|
||||
jcmd.vm.classloader_stats jcmd.vm.stringtable \
|
||||
jcmd.vm.symboltable jcmd.vm.uptime jcmd.vm.dynlibs \
|
||||
jcmd.vm.system_properties \
|
||||
jcmd.gc.class_stats jcmd.gc.class_histogram \
|
||||
jstack \
|
||||
jmap.heap jmap.histo jmap.clstats jmap.finalizerinfo
|
||||
jcmd.gc.heap_info jcmd.gc.class_stats jcmd.gc.class_histogram jcmd.gc.finalizer_info \
|
||||
jstack
|
||||
|
||||
jinfo.app=jinfo
|
||||
|
||||
@ -55,16 +54,12 @@ jcmd.vm.system_properties.args=%p VM.system_properties
|
||||
|
||||
jcmd.gc.class_stats.args=%p GC.class_stats
|
||||
jcmd.gc.class_histogram.args=%p GC.class_histogram
|
||||
jcmd.gc.finalizer_info.args=%p GC.finalizer_info
|
||||
jcmd.gc.heap_info.args=%p GC.heap_info
|
||||
|
||||
jstack.app=jstack
|
||||
jstack.params.repeat=6
|
||||
|
||||
jmap.app=jmap
|
||||
jmap.heap.args=-heap %p
|
||||
jmap.histo.args=-histo %p
|
||||
jmap.clstats.args=-clstats %p
|
||||
jmap.finalizerinfo.args=-finalizerinfo %p
|
||||
|
||||
################################################################################
|
||||
# environment info to gather
|
||||
################################################################################
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user