src/hotspot/share/gc/g1/g1CollectedHeap.inline.hpp
changeset 51494 1906adbef2dc
parent 50429 83aec1d357d4
child 52345 418fb8bb5151
equal deleted inserted replaced
51493:6b5f3f5fd63c 51494:1906adbef2dc
    88   _old_set.add(hr);
    88   _old_set.add(hr);
    89 }
    89 }
    90 
    90 
    91 inline void G1CollectedHeap::old_set_remove(HeapRegion* hr) {
    91 inline void G1CollectedHeap::old_set_remove(HeapRegion* hr) {
    92   _old_set.remove(hr);
    92   _old_set.remove(hr);
       
    93 }
       
    94 
       
    95 inline void G1CollectedHeap::archive_set_add(HeapRegion* hr) {
       
    96   _archive_set.add(hr);
    93 }
    97 }
    94 
    98 
    95 // It dirties the cards that cover the block so that the post
    99 // It dirties the cards that cover the block so that the post
    96 // write barrier never queues anything when updating objects on this
   100 // write barrier never queues anything when updating objects on this
    97 // block. It is assumed (and in fact we assert) that the block
   101 // block. It is assumed (and in fact we assert) that the block