diff -r bf1133e7dfba -r b22d8ae270a2 src/hotspot/share/runtime/init.cpp --- a/src/hotspot/share/runtime/init.cpp Thu Feb 21 14:24:44 2019 +0100 +++ b/src/hotspot/share/runtime/init.cpp Fri Feb 22 14:20:06 2019 +0100 @@ -174,10 +174,7 @@ ObjectSynchronizer::audit_and_print_stats(true /* on_exit */); } perfMemory_exit(); - if (log_is_enabled(Debug, safepoint, stats)) { - // Print the collected safepoint statistics. - SafepointSynchronize::print_stat_on_exit(); - } + SafepointTracing::statistics_exit_log(); if (PrintStringTableStatistics) { SymbolTable::dump(tty); StringTable::dump(tty);