src/share/vm/runtime/thread.cpp

changeset 5784
190899198332
parent 5721
179cd89fb279
child 5919
469216acdb28
equal deleted inserted replaced
5783:c1fbf21c7397 5784:190899198332
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;

mercurial