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

src/share/vm/memory/oopFactory.hpp

Print this page

        

*** 60,70 **** static typeArrayOop new_charArray (const char* utf8_str, TRAPS); static typeArrayOop new_tenured_charArray(int length, TRAPS); static typeArrayOop new_typeArray(BasicType type, int length, TRAPS); static typeArrayOop new_typeArray_nozero(BasicType type, int length, TRAPS); ! static typeArrayOop new_metaDataArray(int length, TRAPS); // Regular object arrays static objArrayOop new_objArray(Klass* klass, int length, TRAPS); }; --- 60,70 ---- static typeArrayOop new_charArray (const char* utf8_str, TRAPS); static typeArrayOop new_tenured_charArray(int length, TRAPS); static typeArrayOop new_typeArray(BasicType type, int length, TRAPS); static typeArrayOop new_typeArray_nozero(BasicType type, int length, TRAPS); ! static typeArrayOop new_metadataArray(int length, TRAPS); // Regular object arrays static objArrayOop new_objArray(Klass* klass, int length, TRAPS); };
src/share/vm/memory/oopFactory.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File