src/share/vm/runtime/thread.cpp

changeset 9314
46ab61b0758b
parent 9289
427b2fb1944f
child 9348
cb9634ab2906
equal deleted inserted replaced
9313:fd0ca2c1433b 9314:46ab61b0758b
1449 _array_for_gc = NULL; 1449 _array_for_gc = NULL;
1450 _suspend_equivalent = false; 1450 _suspend_equivalent = false;
1451 _in_deopt_handler = 0; 1451 _in_deopt_handler = 0;
1452 _doing_unsafe_access = false; 1452 _doing_unsafe_access = false;
1453 _stack_guard_state = stack_guard_unused; 1453 _stack_guard_state = stack_guard_unused;
1454 (void)const_cast<oop&>(_exception_oop = NULL); 1454 (void)const_cast<oop&>(_exception_oop = oop(NULL));
1455 _exception_pc = 0; 1455 _exception_pc = 0;
1456 _exception_handler_pc = 0; 1456 _exception_handler_pc = 0;
1457 _is_method_handle_return = 0; 1457 _is_method_handle_return = 0;
1458 _jvmti_thread_state= NULL; 1458 _jvmti_thread_state= NULL;
1459 _should_post_on_exceptions_flag = JNI_FALSE; 1459 _should_post_on_exceptions_flag = JNI_FALSE;

mercurial