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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectedHeap.cpp4646 HeapRegion* from_region = _g1->heap_region_containing_raw(old); local
4648 int young_index = from_region->young_index_in_cset()+1;
4649 assert( (from_region->is_young() && young_index > 0) ||
4650 (!from_region->is_young() && young_index == 0), "invariant" );
4655 GCAllocPurpose alloc_purpose = g1p->evacuation_destination(from_region, age,

Completed in 3329 milliseconds