src/share/vm/runtime/thread.cpp

Print this page
rev 1130 : cleanup the calculation of JavaThread-specific should_post_on_exceptions flag in jvmtiEventController

*** 1154,1163 **** --- 1154,1164 ---- _exception_oop = NULL; _exception_pc = 0; _exception_handler_pc = 0; _exception_stack_size = 0; _jvmti_thread_state= NULL; + _should_post_on_exceptions_flag = JNI_FALSE; _jvmti_get_loaded_classes_closure = NULL; _interp_only_mode = 0; _special_runtime_exit_condition = _no_async_condition; _pending_async_exception = NULL; _is_compiling = false;