hotspot/src/cpu/x86/vm/c1_FrameMap_x86.hpp
changeset 5687 b862d1f189bd
parent 5052 c6c9ff8ad36a
child 5702 201c5cde25bb
equal deleted inserted replaced
5686:5435e77aa3df 5687:b862d1f189bd
   124 
   124 
   125   static LIR_Opr caller_save_xmm_reg_at(int i) {
   125   static LIR_Opr caller_save_xmm_reg_at(int i) {
   126     assert(i >= 0 && i < nof_caller_save_xmm_regs, "out of bounds");
   126     assert(i >= 0 && i < nof_caller_save_xmm_regs, "out of bounds");
   127     return _caller_save_xmm_regs[i];
   127     return _caller_save_xmm_regs[i];
   128   }
   128   }
   129 
       
   130   // JSR 292
       
   131   static LIR_Opr& method_handle_invoke_SP_save_opr() { return rbp_opr; }