This commit is contained in:
Igor Veresov 2010-11-08 14:33:48 -08:00
commit 39ef076af4
85 changed files with 2340 additions and 880 deletions

View file

@ -1199,6 +1199,7 @@ void JavaThread::initialize() {
_exception_pc = 0;
_exception_handler_pc = 0;
_exception_stack_size = 0;
_is_method_handle_return = 0;
_jvmti_thread_state= NULL;
_should_post_on_exceptions_flag = JNI_FALSE;
_jvmti_get_loaded_classes_closure = NULL;