hotspot/src/share/vm/runtime/init.cpp
changeset 34195 89011d12ebd3
parent 33451 0712796e4039
child 34666 1c7168ea0034
--- a/hotspot/src/share/vm/runtime/init.cpp	Mon Nov 02 15:52:37 2015 +0100
+++ b/hotspot/src/share/vm/runtime/init.cpp	Wed Nov 18 03:03:43 2015 +0300
@@ -72,6 +72,7 @@
 void InlineCacheBuffer_init();
 void compilerOracle_init();
 bool compileBroker_init();
+void dependencyContext_init();
 
 // Initialization after compiler initialization
 bool universe_post_init();  // must happen after compiler_init
@@ -131,6 +132,8 @@
   vtableStubs_init();
   InlineCacheBuffer_init();
   compilerOracle_init();
+  dependencyContext_init();
+
   if (!compileBroker_init()) {
     return JNI_EINVAL;
   }