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

changeset 3901
24b9c7f4cae6
parent 3900
d2a62e0f25eb
child 5074
b0d20fa374b4
     1.1 --- a/src/share/vm/gc_implementation/g1/heapRegionSeq.hpp	Fri Jun 29 17:12:15 2012 -0700
     1.2 +++ b/src/share/vm/gc_implementation/g1/heapRegionSeq.hpp	Mon Jul 02 13:11:28 2012 -0400
     1.3 @@ -53,7 +53,7 @@
     1.4  //
     1.5  // and maintain that: _length <= _allocated_length <= _max_length
     1.6  
     1.7 -class HeapRegionSeq: public CHeapObj {
     1.8 +class HeapRegionSeq: public CHeapObj<mtGC> {
     1.9    friend class VMStructs;
    1.10  
    1.11    // The array that holds the HeapRegions.

mercurial