src/cpu/x86/vm/templateTable_x86_32.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File hotspot-dvm Cdiff src/cpu/x86/vm/templateTable_x86_32.hpp

src/cpu/x86/vm/templateTable_x86_32.hpp

Print this page
rev 423 : imported patch indy.patch

*** 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_32.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File