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

changeset 3901
24b9c7f4cae6
parent 3900
d2a62e0f25eb
child 4037
da91efe96a93
     1.1 --- a/src/share/vm/gc_implementation/g1/g1RemSet.hpp	Fri Jun 29 17:12:15 2012 -0700
     1.2 +++ b/src/share/vm/gc_implementation/g1/g1RemSet.hpp	Mon Jul 02 13:11:28 2012 -0400
     1.3 @@ -36,7 +36,7 @@
     1.4  // external heap references into it.  Uses a mod ref bs to track updates,
     1.5  // so that they can be used to update the individual region remsets.
     1.6  
     1.7 -class G1RemSet: public CHeapObj {
     1.8 +class G1RemSet: public CHeapObj<mtGC> {
     1.9  protected:
    1.10    G1CollectedHeap* _g1;
    1.11    unsigned _conc_refine_cards;

mercurial