< prev index next >

src/hotspot/share/runtime/java.cpp

Print this page
rev 47674 : Port 09.17.Thread_SMR_logging_update from JDK9 to JDK10

@@ -354,10 +354,12 @@
 
   // Native memory tracking data
   if (PrintNMTStatistics) {
     MemTracker::final_report(tty);
   }
+
+  Threads::log_smr_statistics();
 }
 
 #else // PRODUCT MODE STATISTICS
 
 void print_statistics() {

@@ -394,10 +396,12 @@
   }
 
   if (LogTouchedMethods && PrintTouchedMethodsAtExit) {
     Method::print_touched_methods(tty);
   }
+
+  Threads::log_smr_statistics();
 }
 
 #endif
 
 // Note: before_exit() can be executed only once, if more than one threads
< prev index next >