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

*** 61,70 **** --- 61,71 ---- static typeArrayOop new_permanent_byteArray (int length, TRAPS); // used for class file structures static typeArrayOop new_permanent_shortArray(int length, TRAPS); // used for class file structures static typeArrayOop new_permanent_intArray (int length, TRAPS); // used for class file structures static typeArrayOop new_typeArray(BasicType type, int length, TRAPS); + static typeArrayOop new_typeArray_nozero(BasicType type, int length, TRAPS); // Constant pools static constantPoolOop new_constantPool (int length, bool is_conc_safe, TRAPS);

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