Searched defs:target_count (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DheapRegionSet.cpp354 void HeapRegionLinkedList::remove_all_pending(uint target_count) { argument
356 assert(target_count > 1, hrs_ext_msg(this, "pre-condition"));
370 assert(count < target_count,
372 "pending for removal than target_count: %u",
373 name(), target_count));
399 DEBUG_ONLY(if (count == target_count) break;)
406 assert(count == target_count,
407 hrs_err_msg("[%s] count: %u should be == target_count: %u",
408 name(), count, target_count));
409 assert(length() + target_count
[all...]

Completed in 38 milliseconds