< prev index next >

src/hotspot/cpu/aarch64/stubRoutines_aarch64.hpp

Print this page
8248238: Adding Windows support to OpenJDK on AArch64

Summary: Adding Windows support for AArch64

Contributed-by: Ludovic Henry <luhenry@microsoft.com>, Monica Beckwith <monica.beckwith@microsoft.com>
Reviewed-by:

@@ -190,12 +190,12 @@
   static juint    _crc_table[];
   static jubyte   _adler_table[];
   // begin trigonometric tables block. See comments in .cpp file
   static juint    _npio2_hw[];
   static jdouble   _two_over_pi[];
-  static jdouble   _pio2[];
-  static jdouble   _dsin_coef[];
-  static jdouble  _dcos_coef[];
+  static julong    _pio2[];
+  static julong    _dsin_coef[];
+  static julong    _dcos_coef[];
   // end trigonometric tables block
 };
 
 #endif // CPU_AARCH64_STUBROUTINES_AARCH64_HPP
< prev index next >