src/cpu/x86/vm/c1_FrameMap_x86.hpp

changeset 1736
fc2c71045ada
parent 772
9ee9cf798b59
child 1907
c18cbe5936b8
child 1919
61b2245abf36
     1.1 --- a/src/cpu/x86/vm/c1_FrameMap_x86.hpp	Tue Mar 16 15:35:33 2010 -0700
     1.2 +++ b/src/cpu/x86/vm/c1_FrameMap_x86.hpp	Wed Mar 17 10:22:41 2010 +0100
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright 1999-2008 Sun Microsystems, Inc.  All Rights Reserved.
     1.6 + * Copyright 1999-2010 Sun Microsystems, Inc.  All Rights Reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -126,3 +126,6 @@
    1.11      assert(i >= 0 && i < nof_caller_save_xmm_regs, "out of bounds");
    1.12      return _caller_save_xmm_regs[i];
    1.13    }
    1.14 +
    1.15 +  // JSR 292
    1.16 +  static LIR_Opr& method_handle_invoke_SP_save_opr() { return rbp_opr; }

mercurial