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

/openjdk7/hotspot/src/share/vm/services/
H A Dg1MemoryPool.cpp80 g1h->g1mm()->old_space_committed(), /* init_size */
88 size_t committed = _g1mm->old_space_committed();
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1MonitoringSupport.hpp240 size_t old_gen_committed() { return old_space_committed(); }
242 size_t old_space_committed() { return _old_committed; } function in class:G1MonitoringSupport
H A Dg1MonitoringSupport.cpp133 pad_capacity(old_space_committed()) /* init_capacity */,
260 old_space_counters()->update_capacity(pad_capacity(old_space_committed()));

Completed in 43 milliseconds