--- old/src/hotspot/share/memory/oopFactory.hpp 2018-09-28 11:53:31.000000000 -0700 +++ new/src/hotspot/share/memory/oopFactory.hpp 2018-09-28 11:53:30.000000000 -0700 @@ -70,6 +70,8 @@ // Helpers that return handles static objArrayHandle new_objArray_handle(Klass* klass, int length, TRAPS); static typeArrayHandle new_byteArray_handle(int length, TRAPS); + static typeArrayHandle new_intArray_handle(int length, TRAPS); + static typeArrayHandle new_typeArray_handle(BasicType type, int length, TRAPS); }; #endif // SHARE_VM_MEMORY_OOPFACTORY_HPP