hotspot/src/share/vm/memory/heap.hpp
changeset 13195 be27e1b6a4b9
parent 7715 12998f95a334
child 13963 e5b53c306fb5
--- a/hotspot/src/share/vm/memory/heap.hpp	Wed Jun 27 15:23:36 2012 +0200
+++ b/hotspot/src/share/vm/memory/heap.hpp	Thu Jun 28 17:03:16 2012 -0400
@@ -77,7 +77,7 @@
   void set_link(FreeBlock* link)             { _link = link; }
 };
 
-class CodeHeap : public CHeapObj {
+class CodeHeap : public CHeapObj<mtCode> {
   friend class VMStructs;
  private:
   VirtualSpace _memory;                          // the memory holding the blocks