src/hotspot/share/oops/method.cpp
changeset 57710 05ff6e27de45
parent 57584 9d82a35b6ff7
child 57777 90ead0febf56
equal deleted inserted replaced
57709:155b084cf384 57710:05ff6e27de45
   826     SharedRuntime::native_method_throw_unsatisfied_link_error_entry(),
   826     SharedRuntime::native_method_throw_unsatisfied_link_error_entry(),
   827     !native_bind_event_is_interesting);
   827     !native_bind_event_is_interesting);
   828   clear_code();
   828   clear_code();
   829 }
   829 }
   830 
   830 
   831 address Method::critical_native_function() {
       
   832   methodHandle mh(this);
       
   833   return NativeLookup::lookup_critical_entry(mh);
       
   834 }
       
   835 
       
   836 
   831 
   837 void Method::set_signature_handler(address handler) {
   832 void Method::set_signature_handler(address handler) {
   838   address* signature_handler =  signature_handler_addr();
   833   address* signature_handler =  signature_handler_addr();
   839   *signature_handler = handler;
   834   *signature_handler = handler;
   840 }
   835 }