mirror of
https://github.com/darlinghq/darling-openjdk.git
synced 2024-11-23 04:19:43 +00:00
8234355: Buffer overflow in jcmd GC.class_stats due to too many classes
Remove use of GC.class_stats in testing and failure analysis (plan to deprecate) Reviewed-by: dcubed
This commit is contained in:
parent
1a4d4ff1d8
commit
386b387ef2
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
|
||||
# Copyright (c) 2015, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
@ -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.gc.heap_info jcmd.gc.class_stats jcmd.gc.class_histogram jcmd.gc.finalizer_info \
|
||||
jcmd.gc.heap_info jcmd.gc.class_histogram jcmd.gc.finalizer_info \
|
||||
jstack
|
||||
|
||||
jinfo.app=jinfo
|
||||
@ -52,7 +52,6 @@ jcmd.vm.uptime.args=%p VM.uptime
|
||||
jcmd.vm.dynlibs.args=%p VM.dynlibs
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user