src/hotspot/cpu/aarch64/compiledIC_aarch64.cpp
changeset 58556 ff8716224f35
parent 58505 c16f3a24a6fc
child 58679 9c3209ff7550
equal deleted inserted replaced
58555:7252d89e3a4e 58556:ff8716224f35
   183   assert(CompiledICLocker::is_safe(stub), "mt unsafe call");
   183   assert(CompiledICLocker::is_safe(stub), "mt unsafe call");
   184   // Creation also verifies the object.
   184   // Creation also verifies the object.
   185   NativeMovConstReg* method_holder
   185   NativeMovConstReg* method_holder
   186     = nativeMovConstReg_at(stub + NativeInstruction::instruction_size);
   186     = nativeMovConstReg_at(stub + NativeInstruction::instruction_size);
   187   method_holder->set_data(0);
   187   method_holder->set_data(0);
       
   188   if (!static_stub->is_aot()) {
       
   189     NativeJump* jump = nativeJump_at(method_holder->next_instruction_address());
       
   190     jump->set_jump_destination((address)-1);
       
   191   }
   188 }
   192 }
   189 
   193 
   190 //-----------------------------------------------------------------------------
   194 //-----------------------------------------------------------------------------
   191 // Non-product mode code
   195 // Non-product mode code
   192 #ifndef PRODUCT
   196 #ifndef PRODUCT