src/cpu/x86/vm/templateTable_x86_32.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/cpu/x86/vm/templateTable_x86_32.cpp	Thu Oct 22 18:35:30 2009
--- new/src/cpu/x86/vm/templateTable_x86_32.cpp	Thu Oct 22 18:35:30 2009

*** 3144,3154 **** --- 3144,3153 ---- // %%% should make a type profile for any invokedynamic that takes a ref argument // profile this call __ profile_call(rsi); } Label handle_unlinked_site; __ movptr(rcx, Address(rax, __ delayed_value(java_dyn_CallSite::target_offset_in_bytes, rcx))); __ null_check(rcx); __ prepare_to_jump_from_interpreted(); __ jump_to_method_handle_entry(rcx, rdx); }

src/cpu/x86/vm/templateTable_x86_32.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File