src/cpu/x86/vm/stubRoutines_x86_32.hpp

changeset 5353
b800986664f4
parent 4205
a3ecd773a7b9
child 6876
710a3c8b516e
     1.1 --- a/src/cpu/x86/vm/stubRoutines_x86_32.hpp	Tue Jul 02 07:51:31 2013 +0200
     1.2 +++ b/src/cpu/x86/vm/stubRoutines_x86_32.hpp	Tue Jul 02 20:42:12 2013 -0400
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1997, 2011, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1997, 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 @@ -39,15 +39,12 @@
    1.11   friend class VMStructs;
    1.12  
    1.13   private:
    1.14 -  static address _verify_mxcsr_entry;
    1.15    static address _verify_fpu_cntrl_wrd_entry;
    1.16 -  // shuffle mask for fixing up 128-bit words consisting of big-endian 32-bit integers
    1.17 -  static address _key_shuffle_mask_addr;
    1.18  
    1.19   public:
    1.20 -  static address verify_mxcsr_entry()                        { return _verify_mxcsr_entry; }
    1.21    static address verify_fpu_cntrl_wrd_entry()                { return _verify_fpu_cntrl_wrd_entry; }
    1.22 -  static address key_shuffle_mask_addr()                     { return _key_shuffle_mask_addr; }
    1.23 +
    1.24 +# include "stubRoutines_x86.hpp"
    1.25  
    1.26  };
    1.27  

mercurial