src/hotspot/share/oops/method.hpp
changeset 57574 6a159c6c23cc
parent 55499 1887e16a5657
child 57710 05ff6e27de45
equal deleted inserted replaced
57573:7e8f6c56c285 57574:6a159c6c23cc
   479   }
   479   }
   480 
   480 
   481   address get_i2c_entry();
   481   address get_i2c_entry();
   482   address get_c2i_entry();
   482   address get_c2i_entry();
   483   address get_c2i_unverified_entry();
   483   address get_c2i_unverified_entry();
       
   484   address get_c2i_no_clinit_check_entry();
   484   AdapterHandlerEntry* adapter() const {
   485   AdapterHandlerEntry* adapter() const {
   485     return constMethod()->adapter();
   486     return constMethod()->adapter();
   486   }
   487   }
   487   // setup entry points
   488   // setup entry points
   488   void link_method(const methodHandle& method, TRAPS);
   489   void link_method(const methodHandle& method, TRAPS);