src/hotspot/share/runtime/java.cpp
changeset 48312 2a1413298af0
parent 48105 8d15b1369c7a
child 48382 0997d6959851
equal deleted inserted replaced
48311:d18861f20c0e 48312:2a1413298af0
   355   // Native memory tracking data
   355   // Native memory tracking data
   356   if (PrintNMTStatistics) {
   356   if (PrintNMTStatistics) {
   357     MemTracker::final_report(tty);
   357     MemTracker::final_report(tty);
   358   }
   358   }
   359 
   359 
   360   Threads::log_smr_statistics();
   360   ThreadsSMRSupport::log_smr_statistics();
   361 }
   361 }
   362 
   362 
   363 #else // PRODUCT MODE STATISTICS
   363 #else // PRODUCT MODE STATISTICS
   364 
   364 
   365 void print_statistics() {
   365 void print_statistics() {
   397 
   397 
   398   if (LogTouchedMethods && PrintTouchedMethodsAtExit) {
   398   if (LogTouchedMethods && PrintTouchedMethodsAtExit) {
   399     Method::print_touched_methods(tty);
   399     Method::print_touched_methods(tty);
   400   }
   400   }
   401 
   401 
   402   Threads::log_smr_statistics();
   402   ThreadsSMRSupport::log_smr_statistics();
   403 }
   403 }
   404 
   404 
   405 #endif
   405 #endif
   406 
   406 
   407 // Note: before_exit() can be executed only once, if more than one threads
   407 // Note: before_exit() can be executed only once, if more than one threads