changeset 18958 | 7fdf6d23667d |
parent 18507 | 61bfc8995bb3 |
child 31129 | 02ee7609f0e1 |
--- a/hotspot/src/cpu/x86/vm/stubRoutines_x86_64.hpp Mon Jul 15 06:27:46 2013 -0700 +++ b/hotspot/src/cpu/x86/vm/stubRoutines_x86_64.hpp Mon Jul 15 10:28:32 2013 -0700 @@ -52,7 +52,6 @@ static address _float_sign_flip; static address _double_sign_mask; static address _double_sign_flip; - static address _mxcsr_std; public: @@ -106,11 +105,6 @@ return _double_sign_flip; } - static address mxcsr_std() - { - return _mxcsr_std; - } - # include "stubRoutines_x86.hpp" };