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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DcollectionSetChooser.cpp98 size_t sum_of_reclaimable_bytes = 0; local
115 sum_of_reclaimable_bytes += curr->reclaimable_bytes();
118 guarantee(sum_of_reclaimable_bytes == _remaining_reclaimable_bytes,
121 _remaining_reclaimable_bytes, sum_of_reclaimable_bytes));

Completed in 28 milliseconds