hotspot/src/share/vm/runtime/thread.cpp
changeset 24831 e4df2f64bb2e
parent 24424 2658d7834c6e
child 24849 20b9d8928c43
equal deleted inserted replaced
24830:2fbbde433861 24831:e4df2f64bb2e
  1432   _array_for_gc = NULL;
  1432   _array_for_gc = NULL;
  1433   _suspend_equivalent = false;
  1433   _suspend_equivalent = false;
  1434   _in_deopt_handler = 0;
  1434   _in_deopt_handler = 0;
  1435   _doing_unsafe_access = false;
  1435   _doing_unsafe_access = false;
  1436   _stack_guard_state = stack_guard_unused;
  1436   _stack_guard_state = stack_guard_unused;
  1437   (void)const_cast<oop&>(_exception_oop = NULL);
  1437   (void)const_cast<oop&>(_exception_oop = oop(NULL));
  1438   _exception_pc  = 0;
  1438   _exception_pc  = 0;
  1439   _exception_handler_pc = 0;
  1439   _exception_handler_pc = 0;
  1440   _is_method_handle_return = 0;
  1440   _is_method_handle_return = 0;
  1441   _jvmti_thread_state= NULL;
  1441   _jvmti_thread_state= NULL;
  1442   _should_post_on_exceptions_flag = JNI_FALSE;
  1442   _should_post_on_exceptions_flag = JNI_FALSE;