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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectedHeap.cpp2911 bool G1CollectedHeap::check_cset_heap_region_claim_values(jint claim_value) { function in class:G1CollectedHeap
4331 assert(check_cset_heap_region_claim_values(HeapRegion::InitialClaimValue), "sanity");
4343 assert(check_cset_heap_region_claim_values(HeapRegion::ParEvacFailureClaimValue), "sanity");
4348 assert(check_cset_heap_region_claim_values(HeapRegion::InitialClaimValue), "sanity");

Completed in 338 milliseconds