src/share/vm/opto/runtime.cpp

changeset 1803
93767e6a2dfd
parent 1730
3cf667df43ef
child 1907
c18cbe5936b8
equal deleted inserted replaced
1802:9e321dcfa5b7 1803:93767e6a2dfd
863 thread->set_exception_pc(pc); 863 thread->set_exception_pc(pc);
864 thread->set_exception_handler_pc(handler_address); 864 thread->set_exception_handler_pc(handler_address);
865 thread->set_exception_stack_size(0); 865 thread->set_exception_stack_size(0);
866 866
867 // Check if the exception PC is a MethodHandle call site. 867 // Check if the exception PC is a MethodHandle call site.
868 thread->set_is_method_handle_exception(nm->is_method_handle_return(pc)); 868 thread->set_is_method_handle_return(nm->is_method_handle_return(pc));
869 } 869 }
870 870
871 // Restore correct return pc. Was saved above. 871 // Restore correct return pc. Was saved above.
872 thread->set_exception_oop(exception()); 872 thread->set_exception_oop(exception());
873 return handler_address; 873 return handler_address;

mercurial