hotspot/src/share/vm/opto/runtime.cpp
changeset 10508 233d2e7c462d
parent 10028 035159a868a1
child 10566 630c177ec580
--- a/hotspot/src/share/vm/opto/runtime.cpp	Wed Aug 31 09:48:21 2011 -0700
+++ b/hotspot/src/share/vm/opto/runtime.cpp	Wed Aug 31 16:46:11 2011 -0700
@@ -978,7 +978,6 @@
 
     thread->set_exception_pc(pc);
     thread->set_exception_handler_pc(handler_address);
-    thread->set_exception_stack_size(0);
 
     // Check if the exception PC is a MethodHandle call site.
     thread->set_is_method_handle_return(nm->is_method_handle_return(pc));