< prev index next >

src/hotspot/cpu/x86/interp_masm_x86.hpp

Print this page
rev 58099 : 8239492: [x86] Turn MacroAssembler::verify_oop into macro recording file and line

*** 278,288 **** void profile_switch_case(Register index_in_scratch, Register mdp, Register scratch2); // Debugging // only if +VerifyOops && state == atos ! void verify_oop(Register reg, TosState state = atos); // only if +VerifyFPU && (state == ftos || state == dtos) void verify_FPU(int stack_depth, TosState state = ftos); typedef enum { NotifyJVMTI, SkipNotifyJVMTI } NotifyMethodExitMode; --- 278,288 ---- void profile_switch_case(Register index_in_scratch, Register mdp, Register scratch2); // Debugging // only if +VerifyOops && state == atos ! void interp_verify_oop(Register reg, TosState state, const char* file, int line); // only if +VerifyFPU && (state == ftos || state == dtos) void verify_FPU(int stack_depth, TosState state = ftos); typedef enum { NotifyJVMTI, SkipNotifyJVMTI } NotifyMethodExitMode;
< prev index next >