comparison src/share/vm/opto/runtime.cpp @ 3899:c124e2e7463e

7083786: dead various dead chunks of code Reviewed-by: iveresov, kvn
author never
date Wed, 31 Aug 2011 16:46:11 -0700
parents 263247c478c5
children a92cdbac8b9e
comparison
equal deleted inserted replaced
3898:a64d352d1118 3899:c124e2e7463e
976 } 976 }
977 } 977 }
978 978
979 thread->set_exception_pc(pc); 979 thread->set_exception_pc(pc);
980 thread->set_exception_handler_pc(handler_address); 980 thread->set_exception_handler_pc(handler_address);
981 thread->set_exception_stack_size(0);
982 981
983 // Check if the exception PC is a MethodHandle call site. 982 // Check if the exception PC is a MethodHandle call site.
984 thread->set_is_method_handle_return(nm->is_method_handle_return(pc)); 983 thread->set_is_method_handle_return(nm->is_method_handle_return(pc));
985 } 984 }
986 985