src/share/vm/memory/universe.hpp

changeset 3900
d2a62e0f25eb
parent 3711
b632e80fc9dc
child 3901
24b9c7f4cae6
     1.1 --- a/src/share/vm/memory/universe.hpp	Wed Jun 27 15:23:36 2012 +0200
     1.2 +++ b/src/share/vm/memory/universe.hpp	Thu Jun 28 17:03:16 2012 -0400
     1.3 @@ -43,7 +43,7 @@
     1.4  // Common parts of a methodOop cache. This cache safely interacts with
     1.5  // the RedefineClasses API.
     1.6  //
     1.7 -class CommonMethodOopCache : public CHeapObj {
     1.8 +class CommonMethodOopCache : public CHeapObj<mtClass> {
     1.9    // We save the klassOop and the idnum of methodOop in order to get
    1.10    // the current cached methodOop.
    1.11   private:
    1.12 @@ -455,7 +455,7 @@
    1.13    static int base_vtable_size()               { return _base_vtable_size; }
    1.14  };
    1.15  
    1.16 -class DeferredObjAllocEvent : public CHeapObj {
    1.17 +class DeferredObjAllocEvent : public CHeapObj<mtInternal> {
    1.18    private:
    1.19      oop    _oop;
    1.20      size_t _bytesize;

mercurial