< prev index next >

src/share/vm/runtime/thread.cpp

Print this page

        

*** 1447,1456 **** --- 1447,1457 ---- #if INCLUDE_JVMCI _pending_monitorenter = false; _pending_deoptimization = -1; _pending_failed_speculation = NULL; _pending_transfer_to_interpreter = false; + _adjusting_comp_level = false; _jvmci._alternate_call_target = NULL; assert(_jvmci._implicit_exception_pc == NULL, "must be"); if (JVMCICounterSize > 0) { _jvmci_counters = NEW_C_HEAP_ARRAY(jlong, JVMCICounterSize, mtInternal); memset(_jvmci_counters, 0, sizeof(jlong) * JVMCICounterSize);
< prev index next >