hotspot/src/cpu/x86/vm/c1_FrameMap_x86.hpp
changeset 5052 c6c9ff8ad36a
parent 1217 5eb97f366a6a
child 5687 b862d1f189bd
child 5547 f4b087cbb361
--- a/hotspot/src/cpu/x86/vm/c1_FrameMap_x86.hpp	Tue Mar 16 15:35:33 2010 -0700
+++ b/hotspot/src/cpu/x86/vm/c1_FrameMap_x86.hpp	Wed Mar 17 10:22:41 2010 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 1999-2008 Sun Microsystems, Inc.  All Rights Reserved.
+ * Copyright 1999-2010 Sun Microsystems, Inc.  All Rights Reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -126,3 +126,6 @@
     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; }