diff src/share/vm/opto/runtime.cpp @ 1543:1a1603f975b5

Merge
author kvn
date Wed, 19 May 2010 10:22:39 -0700
parents 93767e6a2dfd
children c18cbe5936b8
line wrap: on
line diff
--- a/src/share/vm/opto/runtime.cpp	Mon Apr 05 10:17:15 2010 -0700
+++ b/src/share/vm/opto/runtime.cpp	Wed May 19 10:22:39 2010 -0700
@@ -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.