src/cpu/x86/vm/stubRoutines_x86_64.hpp

changeset 5353
b800986664f4
parent 4205
a3ecd773a7b9
child 5439
0f57ccdb9084
     1.1 --- a/src/cpu/x86/vm/stubRoutines_x86_64.hpp	Tue Jul 02 07:51:31 2013 +0200
     1.2 +++ b/src/cpu/x86/vm/stubRoutines_x86_64.hpp	Tue Jul 02 20:42:12 2013 -0400
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2003, 2012, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2003, 2013, Oracle and/or its affiliates. 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 @@ -42,7 +42,6 @@
    1.11   private:
    1.12    static address _get_previous_fp_entry;
    1.13    static address _get_previous_sp_entry;
    1.14 -  static address _verify_mxcsr_entry;
    1.15  
    1.16    static address _f2i_fixup;
    1.17    static address _f2l_fixup;
    1.18 @@ -54,8 +53,6 @@
    1.19    static address _double_sign_mask;
    1.20    static address _double_sign_flip;
    1.21    static address _mxcsr_std;
    1.22 -  // shuffle mask for fixing up 128-bit words consisting of big-endian 32-bit integers
    1.23 -  static address _key_shuffle_mask_addr;
    1.24  
    1.25   public:
    1.26  
    1.27 @@ -69,11 +66,6 @@
    1.28      return _get_previous_sp_entry;
    1.29    }
    1.30  
    1.31 -  static address verify_mxcsr_entry()
    1.32 -  {
    1.33 -    return _verify_mxcsr_entry;
    1.34 -  }
    1.35 -
    1.36    static address f2i_fixup()
    1.37    {
    1.38      return _f2i_fixup;
    1.39 @@ -119,7 +111,7 @@
    1.40      return _mxcsr_std;
    1.41    }
    1.42  
    1.43 -  static address key_shuffle_mask_addr()                     { return _key_shuffle_mask_addr; }
    1.44 +# include "stubRoutines_x86.hpp"
    1.45  
    1.46  };
    1.47  

mercurial