hotspot/src/share/vm/gc_implementation/g1/concurrentMark.inline.hpp
changeset 12381 1438e0fbfa27
parent 11584 e1df4d08a1f4
child 13919 01f6d01a9004
equal deleted inserted replaced
12380:48f69987dbca 12381:1438e0fbfa27
    47                                          BitMap* task_card_bm) {
    47                                          BitMap* task_card_bm) {
    48   G1CollectedHeap* g1h = _g1h;
    48   G1CollectedHeap* g1h = _g1h;
    49   HeapWord* start = mr.start();
    49   HeapWord* start = mr.start();
    50   HeapWord* last = mr.last();
    50   HeapWord* last = mr.last();
    51   size_t region_size_bytes = mr.byte_size();
    51   size_t region_size_bytes = mr.byte_size();
    52   size_t index = hr->hrs_index();
    52   uint index = hr->hrs_index();
    53 
    53 
    54   assert(!hr->continuesHumongous(), "should not be HC region");
    54   assert(!hr->continuesHumongous(), "should not be HC region");
    55   assert(hr == g1h->heap_region_containing(start), "sanity");
    55   assert(hr == g1h->heap_region_containing(start), "sanity");
    56   assert(hr == g1h->heap_region_containing(mr.last()), "sanity");
    56   assert(hr == g1h->heap_region_containing(mr.last()), "sanity");
    57   assert(marked_bytes_array != NULL, "pre-condition");
    57   assert(marked_bytes_array != NULL, "pre-condition");