hotspot/src/share/vm/memory/universe.cpp
changeset 46505 fd4bc78630b1
parent 46408 70aab0c2ea8b
child 46560 388aa8d67c80
--- a/hotspot/src/share/vm/memory/universe.cpp	Fri May 26 13:47:33 2017 -0700
+++ b/hotspot/src/share/vm/memory/universe.cpp	Sat May 27 09:21:01 2017 -0400
@@ -56,6 +56,7 @@
 #include "oops/objArrayOop.inline.hpp"
 #include "oops/oop.inline.hpp"
 #include "oops/typeArrayKlass.hpp"
+#include "prims/resolvedMethodTable.hpp"
 #include "runtime/arguments.hpp"
 #include "runtime/atomic.hpp"
 #include "runtime/commandLineFlagConstraintList.hpp"
@@ -686,6 +687,8 @@
     Universe::initialize_verify_flags();
   }
 
+  ResolvedMethodTable::create_table();
+
   return JNI_OK;
 }