8098791: Remove PrintClassStatistics and PrintMethodStatistics

PrintClassStatistics and PrintMethodStatistics have been removed.

Reviewed-by: coleenp, iklam
This commit is contained in:
Max Ockner 2015-08-12 14:18:12 -04:00
parent b206c669f7
commit 4694fbd776
4 changed files with 0 additions and 199 deletions

View file

@ -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();