< prev index next >

src/hotspot/share/oops/arrayKlass.cpp

Print this page

        

*** 98,108 **** // 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); // During bootstrapping, before java.base is defined, the module_entry may not be present yet. // These classes will be put on a fixup list and their module fields will be patched once --- 98,107 ----
< prev index next >