src/cpu/x86/vm/c1_FrameMap_x86.hpp

changeset 1934
e9ff18c4ace7
parent 1907
c18cbe5936b8
parent 1919
61b2245abf36
child 2314
f95d63e2154a
     1.1 --- a/src/cpu/x86/vm/c1_FrameMap_x86.hpp	Tue Jun 01 11:48:33 2010 -0700
     1.2 +++ b/src/cpu/x86/vm/c1_FrameMap_x86.hpp	Wed Jun 02 22:45:42 2010 -0700
     1.3 @@ -126,6 +126,3 @@
     1.4      assert(i >= 0 && i < nof_caller_save_xmm_regs, "out of bounds");
     1.5      return _caller_save_xmm_regs[i];
     1.6    }
     1.7 -
     1.8 -  // JSR 292
     1.9 -  static LIR_Opr& method_handle_invoke_SP_save_opr() { return rbp_opr; }

mercurial