src/share/vm/memory/heap.hpp

changeset 3900
d2a62e0f25eb
parent 2414
51bd2d261853
child 4153
b9a9ed0f8eeb
     1.1 --- a/src/share/vm/memory/heap.hpp	Wed Jun 27 15:23:36 2012 +0200
     1.2 +++ b/src/share/vm/memory/heap.hpp	Thu Jun 28 17:03:16 2012 -0400
     1.3 @@ -77,7 +77,7 @@
     1.4    void set_link(FreeBlock* link)             { _link = link; }
     1.5  };
     1.6  
     1.7 -class CodeHeap : public CHeapObj {
     1.8 +class CodeHeap : public CHeapObj<mtCode> {
     1.9    friend class VMStructs;
    1.10   private:
    1.11    VirtualSpace _memory;                          // the memory holding the blocks

mercurial