src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp

changeset 1601
7b0e9cba0307
parent 1527
ed52bcc32739
child 1629
34fb2662f6c2
     1.1 --- a/src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp	Tue Jan 12 14:56:46 2010 -0800
     1.2 +++ b/src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp	Wed Jan 13 15:26:39 2010 -0800
     1.3 @@ -1007,6 +1007,10 @@
     1.4      return true;
     1.5    }
     1.6  
     1.7 +  virtual bool card_mark_must_follow_store() const {
     1.8 +    return true;
     1.9 +  }
    1.10 +
    1.11    bool is_in_young(oop obj) {
    1.12      HeapRegion* hr = heap_region_containing(obj);
    1.13      return hr != NULL && hr->is_young();

mercurial