--- old/src/share/vm/memory/oopFactory.hpp 2015-10-30 18:24:03.342995632 -0400 +++ new/src/share/vm/memory/oopFactory.hpp 2015-10-30 18:24:02.937165359 -0400 @@ -62,7 +62,7 @@ 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); + static typeArrayOop new_metadataArray(int length, TRAPS); // Regular object arrays static objArrayOop new_objArray(Klass* klass, int length, TRAPS);