changeset 32349 | 8b5eb3750c41 |
parent 31790 | 4a08476437e8 |
child 33063 | 9e222337a81e |
child 33971 | d67c7d278ecc |
--- a/hotspot/src/share/vm/runtime/java.cpp Wed Aug 12 16:32:29 2015 +0200 +++ b/hotspot/src/share/vm/runtime/java.cpp Wed Aug 12 14:18:12 2015 -0400 @@ -304,13 +304,6 @@ CodeCache::print_internals(); } - if (PrintClassStatistics) { - SystemDictionary::print_class_statistics(); - } - if (PrintMethodStatistics) { - SystemDictionary::print_method_statistics(); - } - if (PrintVtableStats) { klassVtable::print_statistics(); klassItable::print_statistics();