src/hotspot/share/code/compiledIC.hpp
changeset 58505 c16f3a24a6fc
parent 53652 262afafdb266
equal deleted inserted replaced
58504:94dd00d2da29 58505:c16f3a24a6fc
   400   friend class CompiledIC;
   400   friend class CompiledIC;
   401   friend class DirectNativeCallWrapper;
   401   friend class DirectNativeCallWrapper;
   402 
   402 
   403   // Also used by CompiledIC
   403   // Also used by CompiledIC
   404   void set_to_interpreted(const methodHandle& callee, address entry);
   404   void set_to_interpreted(const methodHandle& callee, address entry);
       
   405   void verify_mt_safe(const methodHandle& callee, address entry,
       
   406                       NativeMovConstReg* method_holder,
       
   407                       NativeJump*        jump) PRODUCT_RETURN;
   405 #if INCLUDE_AOT
   408 #if INCLUDE_AOT
   406   void set_to_far(const methodHandle& callee, address entry);
   409   void set_to_far(const methodHandle& callee, address entry);
   407 #endif
   410 #endif
   408   address instruction_address() const { return _call->instruction_address(); }
   411   address instruction_address() const { return _call->instruction_address(); }
   409   void set_destination_mt_safe(address dest) { _call->set_destination_mt_safe(dest); }
   412   void set_destination_mt_safe(address dest) { _call->set_destination_mt_safe(dest); }