src/cpu/x86/vm/interp_masm_x86.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File 8144534.02 Cdiff src/cpu/x86/vm/interp_masm_x86.hpp

src/cpu/x86/vm/interp_masm_x86.hpp

Print this page

        

*** 173,182 **** --- 173,183 ---- void empty_expression_stack() { movptr(rsp, Address(rbp, frame::interpreter_frame_monitor_block_top_offset * wordSize)); // NULL last_sp until next java call movptr(Address(rbp, frame::interpreter_frame_last_sp_offset * wordSize), (int32_t)NULL_WORD); + NOT_LP64(empty_FPU_stack()); } // Helpers for swap and dup void load_ptr(int n, Register val); void store_ptr(int n, Register val);
src/cpu/x86/vm/interp_masm_x86.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File