--- old/src/hotspot/share/oops/typeArrayKlass.hpp 2019-03-27 16:10:45.999295799 +0100 +++ new/src/hotspot/share/oops/typeArrayKlass.hpp 2019-03-27 16:10:45.699290835 +0100 @@ -94,10 +94,10 @@ protected: // Find n'th dimensional array - virtual Klass* array_klass_impl(bool or_null, int n, TRAPS); + virtual Klass* array_klass_impl(ArrayStorageProperties storage_props, bool or_null, int n, TRAPS); // Returns the array class with this class as element type - virtual Klass* array_klass_impl(bool or_null, TRAPS); + virtual Klass* array_klass_impl(ArrayStorageProperties storage_props, bool or_null, TRAPS); public: static TypeArrayKlass* cast(Klass* k) {