Searched refs:_summary_diff (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/services/
H A DnmtDCmd.hpp39 DCmdArgument<bool> _summary_diff; member in class:NMTDCmd
H A DnmtDCmd.cpp42 _summary_diff("summary.diff", "request runtime to report memory summary " \
64 _dcmdparser.add_dcmd_option(&_summary_diff);
94 if (_summary_diff.is_set() && _summary_diff.value()) { ++nopt; }
147 } else if (_summary_diff.value()) {

Completed in 51 milliseconds