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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DheapRegionRemSet.cpp562 jint cur_occ = cur->occupied(); local
563 if (max == NULL || cur_occ > max_occ) {
567 max_occ = cur_occ;

Completed in 24 milliseconds