src/share/vm/gc_interface/collectedHeap.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/share/vm/gc_interface/collectedHeap.hpp	Thu Sep 22 14:54:08 2011
--- new/src/share/vm/gc_interface/collectedHeap.hpp	Thu Sep 22 14:54:08 2011

*** 320,329 **** --- 320,330 ---- virtual void preload_and_dump(TRAPS) { ShouldNotReachHere(); } // 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); // Special obj/array allocation facilities. // Some heaps may want to manage "permanent" data uniquely. These default // to the general routines if the heap does not support such handling. inline static oop permanent_obj_allocate(KlassHandle klass, int size, TRAPS);

src/share/vm/gc_interface/collectedHeap.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File