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

src/cpu/x86/vm/macroAssembler_x86.hpp

Print this page

        

*** 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); // Jumps // NOTE: these jumps tranfer to the effective address of dst NOT // the address contained by dst. This is because this is more natural --- 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