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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectedHeap.cpp2582 unsigned int old_marking_count_before; local
2593 old_marking_count_before = _old_marking_cycles_started;
2608 if (old_marking_count_before == _old_marking_cycles_started) {
2636 VM_G1CollectFull op(gc_count_before, old_marking_count_before, cause);

Completed in 37 milliseconds