src/share/vm/opto/runtime.cpp

changeset 1803
93767e6a2dfd
parent 1730
3cf667df43ef
child 1907
c18cbe5936b8
     1.1 --- a/src/share/vm/opto/runtime.cpp	Wed Apr 07 12:39:27 2010 -0700
     1.2 +++ b/src/share/vm/opto/runtime.cpp	Thu Apr 08 10:55:40 2010 +0200
     1.3 @@ -865,7 +865,7 @@
     1.4      thread->set_exception_stack_size(0);
     1.5  
     1.6      // Check if the exception PC is a MethodHandle call site.
     1.7 -    thread->set_is_method_handle_exception(nm->is_method_handle_return(pc));
     1.8 +    thread->set_is_method_handle_return(nm->is_method_handle_return(pc));
     1.9    }
    1.10  
    1.11    // Restore correct return pc.  Was saved above.

mercurial