src/share/vm/services/nmtDCmd.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File hotspot Cdiff src/share/vm/services/nmtDCmd.cpp

src/share/vm/services/nmtDCmd.cpp

Print this page

        

*** 126,136 **** #endif // native memory tracking has to be on if (!MemTracker::is_on() || MemTracker::shutdown_in_progress()) { // if it is not on, what's the reason? ! output()->print_cr(MemTracker::reason()); return; } if (_summary.value()) { BaselineTTYOutputer outputer(output()); --- 126,136 ---- #endif // native memory tracking has to be on if (!MemTracker::is_on() || MemTracker::shutdown_in_progress()) { // if it is not on, what's the reason? ! output()->print_raw_cr(MemTracker::reason()); return; } if (_summary.value()) { BaselineTTYOutputer outputer(output());
src/share/vm/services/nmtDCmd.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File