comparison src/cpu/x86/vm/c1_FrameMap_x86.hpp @ 1564:61b2245abf36

6930772: JSR 292 needs to support SPARC C1 Summary: C1 for SPARC needs to support JSR 292. Reviewed-by: never, jrose
author twisti
date Fri, 21 May 2010 02:59:24 -0700
parents fc2c71045ada
children e9ff18c4ace7
comparison
equal deleted inserted replaced
1563:1a5913bf5e19 1564:61b2245abf36
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; }