< prev index next >

src/share/vm/gc/g1/g1CollectedHeap.inline.hpp

Print this page

        

*** 107,117 **** inline void G1CollectedHeap::old_set_remove(HeapRegion* hr) { _old_set.remove(hr); } ! // It dirties the cards that cover the block so that so that the post // write barrier never queues anything when updating objects on this // block. It is assumed (and in fact we assert) that the block // belongs to a young region. inline void G1CollectedHeap::dirty_young_block(HeapWord* start, size_t word_size) { --- 107,117 ---- inline void G1CollectedHeap::old_set_remove(HeapRegion* hr) { _old_set.remove(hr); } ! // It dirties the cards that cover the block so that the post // write barrier never queues anything when updating objects on this // block. It is assumed (and in fact we assert) that the block // belongs to a young region. inline void G1CollectedHeap::dirty_young_block(HeapWord* start, size_t word_size) {
< prev index next >