Searched defs:g1mm (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/gc_implementation/g1/
H A DG1CollectedHeap.java98 public G1MonitoringSupport g1mm() { method in class:G1CollectedHeap
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1MonitoringSupport.cpp30 G1GenerationCounters::G1GenerationCounters(G1MonitoringSupport* g1mm, argument
37 max_capacity, curr_capacity), _g1mm(g1mm) { }
41 G1YoungGenerationCounters::G1YoungGenerationCounters(G1MonitoringSupport* g1mm, argument
43 : G1GenerationCounters(g1mm, name, 0 /* ordinal */, 3 /* spaces */,
45 G1MonitoringSupport::pad_capacity(g1mm->young_gen_max(), 3),
52 G1OldGenerationCounters::G1OldGenerationCounters(G1MonitoringSupport* g1mm, argument
54 : G1GenerationCounters(g1mm, name, 1 /* ordinal */, 1 /* spaces */,
56 G1MonitoringSupport::pad_capacity(g1mm->old_gen_max()),
H A Dg1CollectedHeap.hpp674 G1MonitoringSupport* g1mm() { function in class:G1CollectedHeap

Completed in 35 milliseconds