mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-16 17:14:41 +02:00
8275439: Remove PrintVtableStats
Reviewed-by: coleenp, dholmes
This commit is contained in:
parent
50a57238a8
commit
135cf3c94d
9 changed files with 0 additions and 125 deletions
|
@ -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());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue