hotspot/src/cpu/x86/vm/templateTable_x86_64.hpp
changeset 4478 c3a8af0fc6b0
parent 1 489c9b5090e2
child 5547 f4b087cbb361
equal deleted inserted replaced
4472:f351a22c51ad 4478:c3a8af0fc6b0
    20  * CA 95054 USA or visit www.sun.com if you need additional information or
    20  * CA 95054 USA or visit www.sun.com if you need additional information or
    21  * have any questions.
    21  * have any questions.
    22  *
    22  *
    23  */
    23  */
    24 
    24 
    25   static void prepare_invoke(Register method, Register index, int byte_no,
    25   static void prepare_invoke(Register method, Register index, int byte_no);
    26                              Bytecodes::Code code);
       
    27   static void invokevirtual_helper(Register index, Register recv,
    26   static void invokevirtual_helper(Register index, Register recv,
    28                                    Register flags);
    27                                    Register flags);
    29   static void volatile_barrier(Assembler::Membar_mask_bits order_constraint);
    28   static void volatile_barrier(Assembler::Membar_mask_bits order_constraint);
    30 
    29 
    31   // Helpers
    30   // Helpers