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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DconcurrentMark.hpp513 // should call claim_region() again. This might seem a bit
514 // awkward. Originally, the code was written so that claim_region()
521 // claim_region() and is allowed to call the regular clock method
523 HeapRegion* claim_region(int task);
H A DconcurrentMark.cpp2697 ConcurrentMark::claim_region(int task_num) { function in class:ConcurrentMark
2711 // the sequence). That way claim_region() will skip over the CH
2716 // here. So there is a chance that claim_region() will come across
2726 // claim_region() and a humongous object allocation might force us
2769 // claim_region() again.
3307 "claim_region() should have filtered out continues humongous regions");
3309 "claim_region() should have filtered out continues humongous regions");
4082 // Read the note on the claim_region() method on why it might
4096 HeapRegion* claimed_region = _cm->claim_region(_task_id);
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsParallelCompact.cpp3035 for (size_t claim_region = beg_region; claim_region < end_region; ++claim_region) {
3036 assert(sd.region(claim_region)->claim_unsafe(), "claim() failed");

Completed in 295 milliseconds