src/share/vm/gc_implementation/shared/spaceDecorator.hpp

changeset 3900
d2a62e0f25eb
parent 2314
f95d63e2154a
child 4153
b9a9ed0f8eeb
     1.1 --- a/src/share/vm/gc_implementation/shared/spaceDecorator.hpp	Wed Jun 27 15:23:36 2012 +0200
     1.2 +++ b/src/share/vm/gc_implementation/shared/spaceDecorator.hpp	Thu Jun 28 17:03:16 2012 -0400
     1.3 @@ -70,7 +70,7 @@
     1.4  // These subclasses abstract the differences in the types of spaces used
     1.5  // by each heap.
     1.6  
     1.7 -class SpaceMangler: public CHeapObj {
     1.8 +class SpaceMangler: public CHeapObj<mtGC> {
     1.9    friend class VMStructs;
    1.10  
    1.11    // High water mark for allocations.  Typically, the space above

mercurial