diff src/cpu/x86/vm/stubRoutines_x86_64.hpp @ 11166:0f57ccdb9084

8020433: Crash when using -XX:+RestoreMXCSROnJNICalls Summary: remove StubRoutines::x86::_mxcsr_std and use StubRoutines::_mxcsr_std Reviewed-by: jrose
author kvn
date Mon, 15 Jul 2013 10:28:32 -0700
parents b800986664f4
children daaf806995b3
line wrap: on
line diff
--- a/src/cpu/x86/vm/stubRoutines_x86_64.hpp	Mon Jul 15 06:27:46 2013 -0700
+++ b/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"
 
 };