< prev index next >

src/share/vm/gc/shared/space.cpp

Print this page

        

*** 206,216 **** top = (_sp->toContiguousSpace())->top(); } return top; } ! void Filtering_DCTOC::walk_mem_region(MemRegion mr, HeapWord* bottom, HeapWord* top) { // Note that this assumption won't hold if we have a concurrent // collector in this space, which may have freed up objects after // they were dirtied and before the stop-the-world GC that is --- 206,216 ---- top = (_sp->toContiguousSpace())->top(); } return top; } ! void FilteringDCTOC::walk_mem_region(MemRegion mr, HeapWord* bottom, HeapWord* top) { // Note that this assumption won't hold if we have a concurrent // collector in this space, which may have freed up objects after // they were dirtied and before the stop-the-world GC that is
< prev index next >