--- old/src/hotspot/share/oops/arrayKlass.cpp 2018-07-10 16:06:27.577630848 -0400 +++ new/src/hotspot/share/oops/arrayKlass.cpp 2018-07-10 16:06:25.860640476 -0400 @@ -100,7 +100,6 @@ // Initialization of vtables and mirror object is done separatly from base_create_array_klass, // since a GC can happen. At this point all instance variables of the ArrayKlass must be setup. void ArrayKlass::complete_create_array_klass(ArrayKlass* k, Klass* super_klass, ModuleEntry* module_entry, TRAPS) { - ResourceMark rm(THREAD); k->initialize_supers(super_klass, NULL, CHECK); k->vtable().initialize_vtable(false, CHECK);