comparison src/share/vm/runtime/thread.cpp @ 12873:4e7f99b70d9d

Merge
author adlertz
date Wed, 09 Oct 2013 05:03:34 -0700
parents 190899198332
children cefad50507d8 469216acdb28
comparison
equal deleted inserted replaced
12872:98692a2d36d7 12873:4e7f99b70d9d
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;