hotspot/src/share/vm/memory/barrierSet.hpp
changeset 13195 be27e1b6a4b9
parent 12268 f7897aacb9ce
child 13728 882756847a04
--- a/hotspot/src/share/vm/memory/barrierSet.hpp	Wed Jun 27 15:23:36 2012 +0200
+++ b/hotspot/src/share/vm/memory/barrierSet.hpp	Thu Jun 28 17:03:16 2012 -0400
@@ -31,7 +31,7 @@
 // This class provides the interface between a barrier implementation and
 // the rest of the system.
 
-class BarrierSet: public CHeapObj {
+class BarrierSet: public CHeapObj<mtGC> {
   friend class VMStructs;
 public:
   enum Name {