src/hotspot/share/runtime/thread.cpp
changeset 54647 c0d9bc9b4e1f
parent 54645 05aaccf7d558
child 54669 ad45b3802d4e
equal deleted inserted replaced
54646:5b1eec609909 54647:c0d9bc9b4e1f
  1626 #if INCLUDE_JVMCI
  1626 #if INCLUDE_JVMCI
  1627   _pending_monitorenter = false;
  1627   _pending_monitorenter = false;
  1628   _pending_deoptimization = -1;
  1628   _pending_deoptimization = -1;
  1629   _pending_failed_speculation = 0;
  1629   _pending_failed_speculation = 0;
  1630   _pending_transfer_to_interpreter = false;
  1630   _pending_transfer_to_interpreter = false;
  1631   _adjusting_comp_level = false;
       
  1632   _in_retryable_allocation = false;
  1631   _in_retryable_allocation = false;
  1633   _jvmci._alternate_call_target = NULL;
  1632   _jvmci._alternate_call_target = NULL;
  1634   assert(_jvmci._implicit_exception_pc == NULL, "must be");
  1633   assert(_jvmci._implicit_exception_pc == NULL, "must be");
  1635   if (JVMCICounterSize > 0) {
  1634   if (JVMCICounterSize > 0) {
  1636     _jvmci_counters = NEW_C_HEAP_ARRAY(jlong, JVMCICounterSize, mtInternal);
  1635     _jvmci_counters = NEW_C_HEAP_ARRAY(jlong, JVMCICounterSize, mtInternal);