< prev index next >

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

Print this page

        

*** 288,300 **** } _gc_cause = v; } GCCause::Cause gc_cause() { return _gc_cause; } - // May be overridden to set additional parallelism. - virtual void set_par_threads(uint t) { (void)t; }; - // General obj/array allocation facilities. inline static oop obj_allocate(KlassHandle klass, int size, TRAPS); inline static oop array_allocate(KlassHandle klass, int size, int length, TRAPS); inline static oop array_allocate_nozero(KlassHandle klass, int size, int length, TRAPS); --- 288,297 ----
< prev index next >