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