8275439: Remove PrintVtableStats

Reviewed-by: coleenp, dholmes
This commit is contained in:
Zhengyu Gu 2021-10-20 11:46:13 +00:00
parent 50a57238a8
commit 135cf3c94d
9 changed files with 0 additions and 125 deletions

View file

@ -306,10 +306,6 @@ void print_statistics() {
CodeCache::print_internals();
}
if (PrintVtableStats) {
klassVtable::print_statistics();
klassItable::print_statistics();
}
if (VerifyOops && Verbose) {
tty->print_cr("+VerifyOops count: %d", StubRoutines::verify_oop_count());
}