< prev index next >

src/hotspot/share/runtime/java.cpp

Print this page
rev 48162 : 8191789: migrate more Thread-SMR stuff from thread.[ch]pp -> threadSMR.[ch]pp
Reviewed-by: stefank

*** 355,365 **** // Native memory tracking data if (PrintNMTStatistics) { MemTracker::final_report(tty); } ! Threads::log_smr_statistics(); } #else // PRODUCT MODE STATISTICS void print_statistics() { --- 355,365 ---- // Native memory tracking data if (PrintNMTStatistics) { MemTracker::final_report(tty); } ! ThreadsSMRSupport::log_smr_statistics(); } #else // PRODUCT MODE STATISTICS void print_statistics() {
*** 397,407 **** 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 --- 397,407 ---- if (LogTouchedMethods && PrintTouchedMethodsAtExit) { Method::print_touched_methods(tty); } ! ThreadsSMRSupport::log_smr_statistics(); } #endif // Note: before_exit() can be executed only once, if more than one threads
< prev index next >