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

changeset 3168
4f93f0d00802
parent 2963
c3f1170908be
child 3713
720b6a76dd9d
     1.1 --- a/src/share/vm/gc_implementation/g1/heapRegionSeq.hpp	Fri Sep 16 21:35:06 2011 -0700
     1.2 +++ b/src/share/vm/gc_implementation/g1/heapRegionSeq.hpp	Tue Sep 20 09:59:59 2011 -0400
     1.3 @@ -56,6 +56,7 @@
     1.4  // and maintain that: _length <= _allocated_length <= _max_length
     1.5  
     1.6  class HeapRegionSeq: public CHeapObj {
     1.7 +  friend class VMStructs;
     1.8  
     1.9    // The array that holds the HeapRegions.
    1.10    HeapRegion** _regions;

mercurial