hotspot/src/share/vm/runtime/thread.cpp
changeset 7123 523bb0f29d61
parent 6975 dc9b63952682
parent 7105 849cbf3e4d6a
child 7397 5b173b4ca846
equal deleted inserted replaced
6989:ee71b41f53ff 7123:523bb0f29d61
  1197   _stack_guard_state = stack_guard_unused;
  1197   _stack_guard_state = stack_guard_unused;
  1198   _exception_oop = NULL;
  1198   _exception_oop = NULL;
  1199   _exception_pc  = 0;
  1199   _exception_pc  = 0;
  1200   _exception_handler_pc = 0;
  1200   _exception_handler_pc = 0;
  1201   _exception_stack_size = 0;
  1201   _exception_stack_size = 0;
       
  1202   _is_method_handle_return = 0;
  1202   _jvmti_thread_state= NULL;
  1203   _jvmti_thread_state= NULL;
  1203   _should_post_on_exceptions_flag = JNI_FALSE;
  1204   _should_post_on_exceptions_flag = JNI_FALSE;
  1204   _jvmti_get_loaded_classes_closure = NULL;
  1205   _jvmti_get_loaded_classes_closure = NULL;
  1205   _interp_only_mode    = 0;
  1206   _interp_only_mode    = 0;
  1206   _special_runtime_exit_condition = _no_async_condition;
  1207   _special_runtime_exit_condition = _no_async_condition;