hotspot/src/cpu/x86/vm/c1_FrameMap_x86.hpp
changeset 5687 b862d1f189bd
parent 5052 c6c9ff8ad36a
child 5702 201c5cde25bb
--- a/hotspot/src/cpu/x86/vm/c1_FrameMap_x86.hpp	Thu May 20 06:34:23 2010 -0700
+++ b/hotspot/src/cpu/x86/vm/c1_FrameMap_x86.hpp	Fri May 21 02:59:24 2010 -0700
@@ -126,6 +126,3 @@
     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; }