< prev index next >

src/hotspot/share/runtime/java.cpp

Print this page
rev 48227 : 8193135: get rid of redundant _smr_ prefix/infix in ThreadSMRSupport stuff
Reviewed-by:

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