hotspot/src/share/vm/jvmci/jvmciRuntime.hpp
changeset 38674 eacc567feae8
parent 38666 5ff19807abd5
child 39258 62ad1cdc7317
--- a/hotspot/src/share/vm/jvmci/jvmciRuntime.hpp	Wed May 11 17:43:23 2016 -0700
+++ b/hotspot/src/share/vm/jvmci/jvmciRuntime.hpp	Thu May 12 04:17:00 2016 +0000
@@ -127,6 +127,8 @@
 
   static void shutdown(TRAPS);
 
+  static void bootstrap_finished(TRAPS);
+
   static bool shutdown_called() {
     return _shutdown_called;
   }