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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DheapRegionRemSet.cpp585 size_t max_hrs_index = (size_t) max->hr()->hrs_index(); local
586 if (!_coarse_map.at(max_hrs_index)) {
587 _coarse_map.at_put(max_hrs_index, true);

Completed in 31 milliseconds