src/cpu/x86/vm/c1_FrameMap_x86.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File 6930772 Cdiff src/cpu/x86/vm/c1_FrameMap_x86.hpp

src/cpu/x86/vm/c1_FrameMap_x86.hpp

Print this page

        

*** 124,131 **** static LIR_Opr caller_save_xmm_reg_at(int i) { assert(i >= 0 && i < nof_caller_save_xmm_regs, "out of bounds"); return _caller_save_xmm_regs[i]; } - - // JSR 292 - static LIR_Opr& method_handle_invoke_SP_save_opr() { return rbp_opr; } --- 124,128 ----
src/cpu/x86/vm/c1_FrameMap_x86.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File