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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1MonitoringSupport.cpp92 _old_committed(0), _old_used(0) {
198 _old_committed = HeapRegion::align_up_to_region_byte_size(_old_used);
206 assert(committed >= (_survivor_committed + _old_committed), "sanity");
207 committed -= _survivor_committed + _old_committed;
217 _old_committed += committed;
222 (_eden_committed + _survivor_committed + _old_committed),
227 // _survivor_committed and _old_committed are calculated in terms of
231 assert(_old_used <= _old_committed, "post-condition");
H A Dg1MonitoringSupport.hpp157 size_t _old_committed; member in class:G1MonitoringSupport
242 size_t old_space_committed() { return _old_committed; }
H A DvmStructs_g1.hpp50 nonstatic_field(G1MonitoringSupport, _old_committed, size_t) \

Completed in 323 milliseconds