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

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsParallelCompact.cpp1909 size_t old_space_total_live = 0; local
1912 old_space_total_live += pointer_delta(_space_info[id].new_top(),
1918 if (old_space_total_live > old_capacity) {
1923 if (ParallelOldGCSplitALot && old_space_total_live < old_capacity) {

Completed in 31 milliseconds