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

src/cpu/x86/vm/interp_masm_x86_32.hpp

Print this page
rev 522 : [mq]: meth.patch

*** 159,168 **** --- 159,169 ---- void dispatch_next(TosState state, int step = 0); // load rbx, from [esi + step] and dispatch via rbx, void dispatch_via (TosState state, address* table); // load rbx, from [esi] and dispatch via rbx, and table // jump to an invoked target + void prepare_to_jump_from_interpreted(); void jump_from_interpreted(Register method, Register temp); // Returning from interpreted functions // // Removes the current activation (incl. unlocking of monitors)
src/cpu/x86/vm/interp_masm_x86_32.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File