src/cpu/x86/vm/macroAssembler_x86.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/cpu/x86/vm/macroAssembler_x86.hpp	Mon Nov 23 21:11:15 2015
--- new/src/cpu/x86/vm/macroAssembler_x86.hpp	Mon Nov 23 21:11:15 2015

*** 848,858 **** --- 848,858 ---- // the address contained by entry. This is because this is more natural // for jumps/calls. void call(AddressLiteral entry); // Emit the CompiledIC call idiom ! void ic_call(address entry, jint method_index = 0); // Jumps // NOTE: these jumps tranfer to the effective address of dst NOT // the address contained by dst. This is because this is more natural

src/cpu/x86/vm/macroAssembler_x86.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File