src/cpu/x86/vm/stubRoutines_x86_64.hpp

changeset 3606
da4be62fb889
parent 2950
cba7b5c2d53f
child 4153
b9a9ed0f8eeb
     1.1 --- a/src/cpu/x86/vm/stubRoutines_x86_64.hpp	Fri Feb 24 12:33:31 2012 -0800
     1.2 +++ b/src/cpu/x86/vm/stubRoutines_x86_64.hpp	Mon Feb 27 09:17:44 2012 +0100
     1.3 @@ -41,6 +41,7 @@
     1.4  
     1.5   private:
     1.6    static address _get_previous_fp_entry;
     1.7 +  static address _get_previous_sp_entry;
     1.8    static address _verify_mxcsr_entry;
     1.9  
    1.10    static address _f2i_fixup;
    1.11 @@ -61,6 +62,11 @@
    1.12      return _get_previous_fp_entry;
    1.13    }
    1.14  
    1.15 +  static address get_previous_sp_entry()
    1.16 +  {
    1.17 +    return _get_previous_sp_entry;
    1.18 +  }
    1.19 +
    1.20    static address verify_mxcsr_entry()
    1.21    {
    1.22      return _verify_mxcsr_entry;

mercurial