hotspot/src/share/vm/memory/universe.cpp
changeset 46772 902c68ab7f57
parent 46746 ea379ebb9447
child 46810 7dad333205cd
--- a/hotspot/src/share/vm/memory/universe.cpp	Tue Aug 08 02:10:30 2017 +0000
+++ b/hotspot/src/share/vm/memory/universe.cpp	Tue Aug 08 08:41:36 2017 -0400
@@ -320,6 +320,8 @@
 
     { MutexLocker mc(Compile_lock);
 
+      java_lang_Class::allocate_fixup_lists();
+
       // determine base vtable size; without that we cannot create the array klasses
       compute_base_vtable_size();