< prev index next >

src/cpu/x86/vm/interp_masm_x86.hpp

Print this page

        

*** 213,223 **** // In earlyReturn case we only want to skip throwing an exception // and installing an exception. void remove_activation(TosState state, Register ret_addr, bool throw_monitor_exception = true, bool install_monitor_exception = true, ! bool notify_jvmdi = true); void get_method_counters(Register method, Register mcs, Label& skip); // Object locking void lock_object (Register lock_reg); void unlock_object(Register lock_reg); --- 213,224 ---- // In earlyReturn case we only want to skip throwing an exception // and installing an exception. void remove_activation(TosState state, Register ret_addr, bool throw_monitor_exception = true, bool install_monitor_exception = true, ! bool notify_jvmdi = true, ! bool load_values = false); void get_method_counters(Register method, Register mcs, Label& skip); // Object locking void lock_object (Register lock_reg); void unlock_object(Register lock_reg);
< prev index next >