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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DconcurrentMark.hpp1213 size_t _total_next_live_bytes; member in class:G1PrintRegionLivenessInfoClosure
H A DconcurrentMark.cpp4397 _total_prev_live_bytes(0), _total_next_live_bytes(0),
4507 _total_next_live_bytes += next_live_bytes;
4537 bytes_to_mb(_total_next_live_bytes),
4538 perc(_total_next_live_bytes, _total_capacity_bytes));

Completed in 860 milliseconds