comparison src/share/vm/runtime/thread.cpp @ 1922:5caa30ea147b

Merge
author iveresov
date Mon, 08 Nov 2010 14:33:48 -0800
parents fa83ab460c54 cd4e20dc9917
children 2d26b0046e0d f95d63e2154a
comparison
equal deleted inserted replaced
1892:4ac698856c43 1922:5caa30ea147b
1197 _stack_guard_state = stack_guard_unused; 1197 _stack_guard_state = stack_guard_unused;
1198 _exception_oop = NULL; 1198 _exception_oop = NULL;
1199 _exception_pc = 0; 1199 _exception_pc = 0;
1200 _exception_handler_pc = 0; 1200 _exception_handler_pc = 0;
1201 _exception_stack_size = 0; 1201 _exception_stack_size = 0;
1202 _is_method_handle_return = 0;
1202 _jvmti_thread_state= NULL; 1203 _jvmti_thread_state= NULL;
1203 _should_post_on_exceptions_flag = JNI_FALSE; 1204 _should_post_on_exceptions_flag = JNI_FALSE;
1204 _jvmti_get_loaded_classes_closure = NULL; 1205 _jvmti_get_loaded_classes_closure = NULL;
1205 _interp_only_mode = 0; 1206 _interp_only_mode = 0;
1206 _special_runtime_exit_condition = _no_async_condition; 1207 _special_runtime_exit_condition = _no_async_condition;