hotspot/src/share/vm/runtime/thread.cpp
changeset 38666 5ff19807abd5
parent 38144 0976c0c5c5d3
child 38697 110bb528423b
equal deleted inserted replaced
38665:0a34ead4e9d1 38666:5ff19807abd5
  1447 #if INCLUDE_JVMCI
  1447 #if INCLUDE_JVMCI
  1448   _pending_monitorenter = false;
  1448   _pending_monitorenter = false;
  1449   _pending_deoptimization = -1;
  1449   _pending_deoptimization = -1;
  1450   _pending_failed_speculation = NULL;
  1450   _pending_failed_speculation = NULL;
  1451   _pending_transfer_to_interpreter = false;
  1451   _pending_transfer_to_interpreter = false;
       
  1452   _adjusting_comp_level = false;
  1452   _jvmci._alternate_call_target = NULL;
  1453   _jvmci._alternate_call_target = NULL;
  1453   assert(_jvmci._implicit_exception_pc == NULL, "must be");
  1454   assert(_jvmci._implicit_exception_pc == NULL, "must be");
  1454   if (JVMCICounterSize > 0) {
  1455   if (JVMCICounterSize > 0) {
  1455     _jvmci_counters = NEW_C_HEAP_ARRAY(jlong, JVMCICounterSize, mtInternal);
  1456     _jvmci_counters = NEW_C_HEAP_ARRAY(jlong, JVMCICounterSize, mtInternal);
  1456     memset(_jvmci_counters, 0, sizeof(jlong) * JVMCICounterSize);
  1457     memset(_jvmci_counters, 0, sizeof(jlong) * JVMCICounterSize);