hotspot/src/share/vm/runtime/thread.cpp
changeset 20282 7f9cbdf89af2
parent 20006 9dc2add3103b
child 20707 b3b658c6d1f8
equal deleted inserted replaced
20281:e4d33bd980c4 20282:7f9cbdf89af2
  1442   _array_for_gc = NULL;
  1442   _array_for_gc = NULL;
  1443   _suspend_equivalent = false;
  1443   _suspend_equivalent = false;
  1444   _in_deopt_handler = 0;
  1444   _in_deopt_handler = 0;
  1445   _doing_unsafe_access = false;
  1445   _doing_unsafe_access = false;
  1446   _stack_guard_state = stack_guard_unused;
  1446   _stack_guard_state = stack_guard_unused;
  1447   _exception_oop = NULL;
  1447   (void)const_cast<oop&>(_exception_oop = NULL);
  1448   _exception_pc  = 0;
  1448   _exception_pc  = 0;
  1449   _exception_handler_pc = 0;
  1449   _exception_handler_pc = 0;
  1450   _is_method_handle_return = 0;
  1450   _is_method_handle_return = 0;
  1451   _jvmti_thread_state= NULL;
  1451   _jvmti_thread_state= NULL;
  1452   _should_post_on_exceptions_flag = JNI_FALSE;
  1452   _should_post_on_exceptions_flag = JNI_FALSE;