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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1MonitoringSupport.hpp151 size_t _young_gen_committed; member in class:G1MonitoringSupport
233 size_t young_gen_committed() { return _young_gen_committed; }
H A Dg1MonitoringSupport.cpp89 _young_gen_committed(0),
219 _young_gen_committed = _eden_committed + _survivor_committed;

Completed in 29 milliseconds