hotspot/src/share/vm/opto/runtime.cpp
changeset 5252 58f23871a5b6
parent 5046 27e801a857cb
child 5547 f4b087cbb361
--- a/hotspot/src/share/vm/opto/runtime.cpp	Wed Apr 07 12:39:27 2010 -0700
+++ b/hotspot/src/share/vm/opto/runtime.cpp	Thu Apr 08 10:55:40 2010 +0200
@@ -865,7 +865,7 @@
     thread->set_exception_stack_size(0);
 
     // Check if the exception PC is a MethodHandle call site.
-    thread->set_is_method_handle_exception(nm->is_method_handle_return(pc));
+    thread->set_is_method_handle_return(nm->is_method_handle_return(pc));
   }
 
   // Restore correct return pc.  Was saved above.