diff src/share/vm/runtime/thread.cpp @ 1903:87d6a4d1ecbc

6990192: VM crashes in ciTypeFlow::get_block_for() Reviewed-by: never
author twisti
date Tue, 19 Oct 2010 02:52:57 -0700
parents 0715f0cf171d
children cd4e20dc9917
line wrap: on
line diff
--- a/src/share/vm/runtime/thread.cpp	Mon Oct 18 01:54:24 2010 -0700
+++ b/src/share/vm/runtime/thread.cpp	Tue Oct 19 02:52:57 2010 -0700
@@ -1199,6 +1199,7 @@
   _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;