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

Merge
author kvn
date Wed, 19 May 2010 10:22:39 -0700
parents 93767e6a2dfd
children c18cbe5936b8
comparison
equal deleted inserted replaced
1542:eb79484f795f 1543:1a1603f975b5
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;