< prev index next >

src/hotspot/share/runtime/thread.cpp

Print this page

        

*** 1545,1554 **** --- 1545,1555 ---- _pending_monitorenter = false; _pending_deoptimization = -1; _pending_failed_speculation = 0; _pending_transfer_to_interpreter = false; _adjusting_comp_level = false; + _in_retryable_allocation = 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 >