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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1MonitoringSupport.cpp79 _old_collection_counters(NULL),
126 _old_collection_counters = new G1OldGenerationCounters(this, "old");
134 _old_collection_counters);
139 // See _old_collection_counters for additional counters
H A Dg1MonitoringSupport.hpp131 GenerationCounters* _old_collection_counters; member in class:G1MonitoringSupport
217 return _old_collection_counters;

Completed in 29 milliseconds