src/share/vm/gc_interface/collectedHeap.hpp

changeset 3205
e5928e7dab26
parent 3157
a92cdbac8b9e
child 3269
53074c2c4600
     1.1 --- a/src/share/vm/gc_interface/collectedHeap.hpp	Mon Oct 17 11:00:41 2011 -0700
     1.2 +++ b/src/share/vm/gc_interface/collectedHeap.hpp	Mon Oct 17 21:38:29 2011 -0700
     1.3 @@ -319,6 +319,9 @@
     1.4    // VM (then terminate).
     1.5    virtual void preload_and_dump(TRAPS) { ShouldNotReachHere(); }
     1.6  
     1.7 +  // Allocate and initialize instances of Class
     1.8 +  static oop Class_obj_allocate(KlassHandle klass, int size, KlassHandle real_klass, TRAPS);
     1.9 +
    1.10    // General obj/array allocation facilities.
    1.11    inline static oop obj_allocate(KlassHandle klass, int size, TRAPS);
    1.12    inline static oop array_allocate(KlassHandle klass, int size, int length, TRAPS);

mercurial