--- old/src/hotspot/share/runtime/init.cpp 2020-07-02 15:14:58.000000000 -0400 +++ new/src/hotspot/share/runtime/init.cpp 2020-07-02 15:14:58.000000000 -0400 @@ -170,10 +170,8 @@ if (log_is_enabled(Info, monitorinflation)) { // The ObjectMonitor subsystem uses perf counters so // do this before perfMemory_exit(). - // These other two audit_and_print_stats() calls are done at the + // This other audit_and_print_stats() call is done at the // Debug level at a safepoint: - // - for safepoint based deflation auditing: - // ObjectSynchronizer::finish_deflate_idle_monitors() // - for async deflation auditing: // ObjectSynchronizer::do_safepoint_work() ObjectSynchronizer::audit_and_print_stats(true /* on_exit */);