src/hotspot/share/runtime/thread.cpp
changeset 51530 1f0b605bdc28
parent 51511 eb8d5aeabab3
child 51548 35a6956f4243
equal deleted inserted replaced
51529:a716460217ed 51530:1f0b605bdc28
  1565   _exception_pc  = 0;
  1565   _exception_pc  = 0;
  1566   _exception_handler_pc = 0;
  1566   _exception_handler_pc = 0;
  1567   _is_method_handle_return = 0;
  1567   _is_method_handle_return = 0;
  1568   _jvmti_thread_state= NULL;
  1568   _jvmti_thread_state= NULL;
  1569   _should_post_on_exceptions_flag = JNI_FALSE;
  1569   _should_post_on_exceptions_flag = JNI_FALSE;
  1570   _jvmti_get_loaded_classes_closure = NULL;
       
  1571   _interp_only_mode    = 0;
  1570   _interp_only_mode    = 0;
  1572   _special_runtime_exit_condition = _no_async_condition;
  1571   _special_runtime_exit_condition = _no_async_condition;
  1573   _pending_async_exception = NULL;
  1572   _pending_async_exception = NULL;
  1574   _thread_stat = NULL;
  1573   _thread_stat = NULL;
  1575   _thread_stat = new ThreadStatistics();
  1574   _thread_stat = new ThreadStatistics();