< prev index next >

src/hotspot/share/gc/shared/collectedHeap.hpp

Print this page
*** 280,11 ***
    void set_gc_cause(GCCause::Cause v);
    GCCause::Cause gc_cause() { return _gc_cause; }
  
    oop obj_allocate(Klass* klass, size_t size, TRAPS);
    virtual oop array_allocate(Klass* klass, size_t size, int length, bool do_zero, TRAPS);
!   oop class_allocate(Klass* klass, size_t size, TRAPS);
  
    // Utilities for turning raw memory into filler objects.
    //
    // min_fill_size() is the smallest region that can be filled.
    // fill_with_objects() can fill arbitrary-sized regions of the heap using
--- 280,11 ---
    void set_gc_cause(GCCause::Cause v);
    GCCause::Cause gc_cause() { return _gc_cause; }
  
    oop obj_allocate(Klass* klass, size_t size, TRAPS);
    virtual oop array_allocate(Klass* klass, size_t size, int length, bool do_zero, TRAPS);
!   oop class_allocate(Klass* klass, size_t size, size_t base_size, TRAPS);
  
    // Utilities for turning raw memory into filler objects.
    //
    // min_fill_size() is the smallest region that can be filled.
    // fill_with_objects() can fill arbitrary-sized regions of the heap using
< prev index next >