hotspot/src/share/vm/gc_implementation/g1/concurrentMark.inline.hpp
changeset 26316 93f6b40c038b
parent 26160 aba6b01cb988
child 26320 fc0a95c692f5
equal deleted inserted replaced
26315:235be6fe4a4a 26316:93f6b40c038b
    84   CardTableModRefBS* ct_bs = g1h->g1_barrier_set();
    84   CardTableModRefBS* ct_bs = g1h->g1_barrier_set();
    85 
    85 
    86   HeapWord* start = mr.start();
    86   HeapWord* start = mr.start();
    87   HeapWord* end = mr.end();
    87   HeapWord* end = mr.end();
    88   size_t region_size_bytes = mr.byte_size();
    88   size_t region_size_bytes = mr.byte_size();
    89   uint index = hr->hrs_index();
    89   uint index = hr->hrm_index();
    90 
    90 
    91   assert(!hr->continuesHumongous(), "should not be HC region");
    91   assert(!hr->continuesHumongous(), "should not be HC region");
    92   assert(hr == g1h->heap_region_containing(start), "sanity");
    92   assert(hr == g1h->heap_region_containing(start), "sanity");
    93   assert(hr == g1h->heap_region_containing(mr.last()), "sanity");
    93   assert(hr == g1h->heap_region_containing(mr.last()), "sanity");
    94   assert(marked_bytes_array != NULL, "pre-condition");
    94   assert(marked_bytes_array != NULL, "pre-condition");