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

changeset 3900
d2a62e0f25eb
parent 3711
b632e80fc9dc
child 4542
db9981fd3124
     1.1 --- a/src/share/vm/gc_implementation/shared/mutableNUMASpace.hpp	Wed Jun 27 15:23:36 2012 +0200
     1.2 +++ b/src/share/vm/gc_implementation/shared/mutableNUMASpace.hpp	Thu Jun 28 17:03:16 2012 -0400
     1.3 @@ -63,7 +63,7 @@
     1.4  class MutableNUMASpace : public MutableSpace {
     1.5    friend class VMStructs;
     1.6  
     1.7 -  class LGRPSpace : public CHeapObj {
     1.8 +  class LGRPSpace : public CHeapObj<mtGC> {
     1.9      int _lgrp_id;
    1.10      MutableSpace* _space;
    1.11      MemRegion _invalid_region;

mercurial