src/share/vm/gc_implementation/parallelScavenge/adjoiningGenerations.hpp

changeset 3900
d2a62e0f25eb
parent 2314
f95d63e2154a
child 4037
da91efe96a93
     1.1 --- a/src/share/vm/gc_implementation/parallelScavenge/adjoiningGenerations.hpp	Wed Jun 27 15:23:36 2012 +0200
     1.2 +++ b/src/share/vm/gc_implementation/parallelScavenge/adjoiningGenerations.hpp	Thu Jun 28 17:03:16 2012 -0400
     1.3 @@ -40,7 +40,7 @@
     1.4  // must be shrunk.  Adjusting the boundary between the generations
     1.5  // is called for in this class.
     1.6  
     1.7 -class AdjoiningGenerations : public CHeapObj {
     1.8 +class AdjoiningGenerations : public CHeapObj<mtGC> {
     1.9    friend class VMStructs;
    1.10   private:
    1.11    // The young generation and old generation, respectively

mercurial