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

changeset 828
078b8a0d8d7c
parent 777
37f87013dfd8
child 905
ad8c8ca4ab0f
     1.1 --- a/src/share/vm/gc_implementation/g1/heapRegionSeq.hpp	Thu Oct 09 12:06:22 2008 -0400
     1.2 +++ b/src/share/vm/gc_implementation/g1/heapRegionSeq.hpp	Mon Oct 13 21:41:42 2008 -0700
     1.3 @@ -49,7 +49,7 @@
     1.4  
     1.5   public:
     1.6    // Initializes "this" to the empty sequence of regions.
     1.7 -  HeapRegionSeq();
     1.8 +  HeapRegionSeq(const size_t max_size);
     1.9  
    1.10    // Adds "hr" to "this" sequence.  Requires "hr" not to overlap with
    1.11    // any region already in "this".  (Will perform better if regions are

mercurial