< prev index next >

src/hotspot/cpu/ppc/interp_masm_ppc.hpp

Print this page
rev 48251 : 8193257: PPC64, s390 implementation for Thread-local handshakes
Reviewed-by:

*** 55,68 **** static const Address l_tmp; static const Address d_tmp; // dispatch routines ! void dispatch_next(TosState state, int step = 0); void dispatch_via (TosState state, address* table); void load_dispatch_table(Register dst, address* table); ! void dispatch_Lbyte_code(TosState state, Register bytecode, address* table, bool verify = false); // Called by shared interpreter generator. void dispatch_prolog(TosState state, int step = 0); void dispatch_epilog(TosState state, int step = 0); --- 55,68 ---- static const Address l_tmp; static const Address d_tmp; // dispatch routines ! void dispatch_next(TosState state, int step = 0, bool generate_poll = false); void dispatch_via (TosState state, address* table); void load_dispatch_table(Register dst, address* table); ! void dispatch_Lbyte_code(TosState state, Register bytecode, address* table, bool generate_poll = false); // Called by shared interpreter generator. void dispatch_prolog(TosState state, int step = 0); void dispatch_epilog(TosState state, int step = 0);
< prev index next >