< prev index next >

src/hotspot/share/runtime/java.cpp

Print this page
rev 47819 : imported patch 10.07.open.rebase_20171110.dcubed

*** 354,363 **** --- 354,365 ---- // Native memory tracking data if (PrintNMTStatistics) { MemTracker::final_report(tty); } + + Threads::log_smr_statistics(); } #else // PRODUCT MODE STATISTICS void print_statistics() {
*** 394,403 **** --- 396,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
< prev index next >