8292890: Remove PrintTouchedMethodsAtExit and LogTouchedMethods

Reviewed-by: iklam, hseigel
This commit is contained in:
Coleen Phillimore 2022-08-25 21:12:35 +00:00
parent 95a33fe150
commit e353b572a5
19 changed files with 14 additions and 364 deletions

View file

@ -320,10 +320,6 @@ void print_statistics() {
ClassLoaderDataGraph::print();
}
if (LogTouchedMethods && PrintTouchedMethodsAtExit) {
Method::print_touched_methods(tty);
}
// Native memory tracking data
if (PrintNMTStatistics) {
MemTracker::final_report(tty);
@ -381,10 +377,6 @@ void print_statistics() {
MetaspaceUtils::print_basic_report(tty, 0);
}
if (LogTouchedMethods && PrintTouchedMethodsAtExit) {
Method::print_touched_methods(tty);
}
ThreadsSMRSupport::log_statistics();
}