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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1MonitoringSupport.cpp52 G1OldGenerationCounters::G1OldGenerationCounters(G1MonitoringSupport* g1mm, function in class:G1OldGenerationCounters
69 void G1OldGenerationCounters::update_all() {
126 _old_collection_counters = new G1OldGenerationCounters(this, "old");
H A Dg1MonitoringSupport.hpp263 class G1OldGenerationCounters: public G1GenerationCounters { class in inherits:G1GenerationCounters
265 G1OldGenerationCounters(G1MonitoringSupport* g1mm, const char* name);

Completed in 32 milliseconds