< prev index next >

src/share/vm/jvmci/jvmciRuntime.hpp

Print this page
rev 11184 : 8156034: [JVMCI] Notify the jvmci compiler on completion of a bootstrap
rev 11189 : update

@@ -118,10 +118,12 @@
 
   static void metadata_do(void f(Metadata*));
 
   static void shutdown(TRAPS);
 
+  static void bootstrap_finished(TRAPS);
+
   static bool shutdown_called() {
     return _shutdown_called;
   }
 
   static bool treat_as_trivial(Method* method);
< prev index next >