src/cpu/x86/vm/templateTable_x86_64.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File 6829192 Cdiff src/cpu/x86/vm/templateTable_x86_64.hpp

src/cpu/x86/vm/templateTable_x86_64.hpp

Print this page
rev 1022 : 6829192: JSR 292 needs to support 64-bit x86
Summary: changes for method handles and invokedynamic
Reviewed-by: ?, ?

*** 20,31 **** * CA 95054 USA or visit www.sun.com if you need additional information or * have any questions. * */ ! static void prepare_invoke(Register method, Register index, int byte_no, ! Bytecodes::Code code); static void invokevirtual_helper(Register index, Register recv, Register flags); static void volatile_barrier(Assembler::Membar_mask_bits order_constraint); // Helpers --- 20,30 ---- * CA 95054 USA or visit www.sun.com if you need additional information or * have any questions. * */ ! static void prepare_invoke(Register method, Register index, int byte_no); static void invokevirtual_helper(Register index, Register recv, Register flags); static void volatile_barrier(Assembler::Membar_mask_bits order_constraint); // Helpers
src/cpu/x86/vm/templateTable_x86_64.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File