hotspot/src/share/vm/oops/typeArrayKlass.cpp
changeset 36508 5f9eee6b383b
parent 35498 392b50de06c6
child 38094 46977cd73d86
--- a/hotspot/src/share/vm/oops/typeArrayKlass.cpp	Tue Mar 15 13:48:21 2016 -0700
+++ b/hotspot/src/share/vm/oops/typeArrayKlass.cpp	Thu Mar 17 19:04:01 2016 +0000
@@ -70,7 +70,7 @@
   null_loader_data->add_class(ak);
 
   // Call complete_create_array_klass after all instance variables have been initialized.
-  complete_create_array_klass(ak, ak->super(), CHECK_NULL);
+  complete_create_array_klass(ak, ak->super(), ModuleEntryTable::javabase_module(), CHECK_NULL);
 
   return ak;
 }