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

/openjdk7/hotspot/src/share/vm/services/
H A DmemoryManager.hpp162 size_t _num_collections; member in class:GCMemoryManager
178 size_t gc_count() { return _num_collections; }
187 void reset_gc_stat() { _num_collections = 0; _accumulated_timer.reset(); }
H A DmemoryManager.cpp201 _num_collections = 0;
229 // _num_collections now increases in gc_end, to count completed collections
231 _current_gc_stat->set_index(_num_collections+1);
308 _num_collections++;

Completed in 23 milliseconds