mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 14:24:46 +02:00
8098791: Remove PrintClassStatistics and PrintMethodStatistics
PrintClassStatistics and PrintMethodStatistics have been removed. Reviewed-by: coleenp, iklam
This commit is contained in:
parent
b206c669f7
commit
4694fbd776
4 changed files with 0 additions and 199 deletions
|
@ -304,13 +304,6 @@ void print_statistics() {
|
|||
CodeCache::print_internals();
|
||||
}
|
||||
|
||||
if (PrintClassStatistics) {
|
||||
SystemDictionary::print_class_statistics();
|
||||
}
|
||||
if (PrintMethodStatistics) {
|
||||
SystemDictionary::print_method_statistics();
|
||||
}
|
||||
|
||||
if (PrintVtableStats) {
|
||||
klassVtable::print_statistics();
|
||||
klassItable::print_statistics();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue