src/hotspot/cpu/ppc/macroAssembler_ppc.hpp
changeset 57514 9b6d4e64778c
parent 55322 bc5baf205475
child 58679 9c3209ff7550
child 59014 36fde8064316
equal deleted inserted replaced
57513:6073b2290c0a 57514:9b6d4e64778c
   563                       Register thread,
   563                       Register thread,
   564                       Label* L_fast_path = NULL,
   564                       Label* L_fast_path = NULL,
   565                       Label* L_slow_path = NULL);
   565                       Label* L_slow_path = NULL);
   566 
   566 
   567   // Method handle support (JSR 292).
   567   // Method handle support (JSR 292).
   568   void check_method_handle_type(Register mtype_reg, Register mh_reg, Register temp_reg, Label& wrong_method_type);
       
   569 
       
   570   RegisterOrConstant argument_offset(RegisterOrConstant arg_slot, Register temp_reg, int extra_slot_offset = 0);
   568   RegisterOrConstant argument_offset(RegisterOrConstant arg_slot, Register temp_reg, int extra_slot_offset = 0);
   571 
   569 
   572   // Biased locking support
   570   // Biased locking support
   573   // Upon entry,obj_reg must contain the target object, and mark_reg
   571   // Upon entry,obj_reg must contain the target object, and mark_reg
   574   // must contain the target object's header.
   572   // must contain the target object's header.