hotspot/src/share/vm/opto/runtime.cpp
changeset 5046 27e801a857cb
parent 4898 b5bbb74def0b
child 5252 58f23871a5b6
--- a/hotspot/src/share/vm/opto/runtime.cpp	Mon Mar 08 04:46:30 2010 -0800
+++ b/hotspot/src/share/vm/opto/runtime.cpp	Tue Mar 09 20:16:19 2010 +0100
@@ -864,7 +864,7 @@
     thread->set_exception_handler_pc(handler_address);
     thread->set_exception_stack_size(0);
 
-    // Check if the exception PC is a MethodHandle call.
+    // Check if the exception PC is a MethodHandle call site.
     thread->set_is_method_handle_exception(nm->is_method_handle_return(pc));
   }
 
@@ -952,7 +952,7 @@
 
   thread->set_vm_result(exception);
   // Frame not compiled (handles deoptimization blob)
-  return SharedRuntime::raw_exception_handler_for_return_address(ret_pc);
+  return SharedRuntime::raw_exception_handler_for_return_address(thread, ret_pc);
 }