src/share/vm/compiler/compileBroker.hpp

Print this page

        

*** 231,240 **** --- 231,243 ---- const methodHandle& hot_method, int hot_count, 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); static void set_last_compile(CompilerThread *thread, const methodHandle& method, bool is_osr, int comp_level); static void push_jni_handle_block();