Searched refs:_summary (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/services/
H A DnmtDCmd.cpp32 _summary("summary", "request runtime to report current memory summary, " \
61 _dcmdparser.add_dcmd_option(&_summary);
91 if (_summary.is_set() && _summary.value()) { ++nopt; }
112 if (_summary.is_set()) {
116 _summary.set_value(true);
135 if (_summary.value()) {
H A DnmtDCmd.hpp36 DCmdArgument<bool> _summary; member in class:NMTDCmd
/openjdk7/jdk/test/
H A DMakefile296 _summary="$(SUMMARY_TXT)"; \
299 if [ -r "$${_summary}" ] ; then \
301 $(EXPAND) $${_summary} | $(EGREP) -v ' Not run\.' > $(RUNLIST); \
324 $(ECHO) "Missing file: $${_summary}" >> $(STATS_TXT); \

Completed in 30 milliseconds