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

/openjdk7/hotspot/src/share/vm/services/
H A DnmtDCmd.hpp37 DCmdArgument<bool> _detail; member in class:NMTDCmd
H A DnmtDCmd.cpp36 _detail("detail", "request runtime to report memory allocation >= "
62 _dcmdparser.add_dcmd_option(&_detail);
92 if (_detail.is_set() && _detail.value()) { ++nopt; }
138 } else if (_detail.value()) {

Completed in 25 milliseconds