src/share/vm/memory/barrierSet.hpp

changeset 3900
d2a62e0f25eb
parent 3687
fd09f2d8283e
child 4037
da91efe96a93
     1.1 --- a/src/share/vm/memory/barrierSet.hpp	Wed Jun 27 15:23:36 2012 +0200
     1.2 +++ b/src/share/vm/memory/barrierSet.hpp	Thu Jun 28 17:03:16 2012 -0400
     1.3 @@ -31,7 +31,7 @@
     1.4  // This class provides the interface between a barrier implementation and
     1.5  // the rest of the system.
     1.6  
     1.7 -class BarrierSet: public CHeapObj {
     1.8 +class BarrierSet: public CHeapObj<mtGC> {
     1.9    friend class VMStructs;
    1.10  public:
    1.11    enum Name {

mercurial