src/share/vm/memory/freeBlockDictionary.hpp

changeset 3900
d2a62e0f25eb
parent 3732
f69a5d43dc19
child 4037
da91efe96a93
     1.1 --- a/src/share/vm/memory/freeBlockDictionary.hpp	Wed Jun 27 15:23:36 2012 +0200
     1.2 +++ b/src/share/vm/memory/freeBlockDictionary.hpp	Thu Jun 28 17:03:16 2012 -0400
     1.3 @@ -34,7 +34,7 @@
     1.4  // A FreeBlockDictionary is an abstract superclass that will allow
     1.5  // a number of alternative implementations in the future.
     1.6  template <class Chunk>
     1.7 -class FreeBlockDictionary: public CHeapObj {
     1.8 +class FreeBlockDictionary: public CHeapObj<mtGC> {
     1.9   public:
    1.10    enum Dither {
    1.11      atLeast,

mercurial