src/share/vm/compiler/compileTask.cpp

Print this page

        

*** 89,98 **** --- 89,99 ---- _method = method(); _method_holder = JNIHandles::make_global(method->method_holder()->klass_holder()); _osr_bci = osr_bci; _is_blocking = is_blocking; JVMCI_ONLY(_has_waiter = CompileBroker::compiler(comp_level)->is_jvmci();) + JVMCI_ONLY(_jvmci_compiler_thread = NULL;) _comp_level = comp_level; _num_inlined_bytecodes = 0; _is_complete = false; _is_success = false;