hotspot/src/share/vm/compiler/compileBroker.hpp
changeset 35547 0ee84aa8e705
parent 35114 3d49d37ab9c4
child 35825 7c7652ee137b
--- a/hotspot/src/share/vm/compiler/compileBroker.hpp	Mon Jan 11 17:11:57 2016 -0800
+++ b/hotspot/src/share/vm/compiler/compileBroker.hpp	Mon Jan 11 14:23:35 2016 +0100
@@ -233,6 +233,9 @@
                                           const char*         comment,
                                           bool                blocking);
   static void wait_for_completion(CompileTask* task);
+#if INCLUDE_JVMCI
+  static bool wait_for_jvmci_completion(CompileTask* task, JavaThread* thread);
+#endif
 
   static void invoke_compiler_on_method(CompileTask* task);
   static void post_compile(CompilerThread* thread, CompileTask* task, EventCompilation& event, bool success, ciEnv* ci_env);