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

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

Completed in 32 milliseconds