diff src/share/vm/runtime/vmStructs.cpp @ 23813:daaf806995b3

8081778: Use Intel x64 CPU instructions for RSA acceleration Summary: Add intrinsics for BigInteger squareToLen and mulAdd methods. Reviewed-by: kvn, jrose
author igerasim
date Wed, 17 Feb 2016 13:40:12 +0300
parents ddce0b7cee93
children f13e777eb255 37ba410ffd43
line wrap: on
line diff
--- a/src/share/vm/runtime/vmStructs.cpp	Tue Feb 16 13:56:12 2016 +0000
+++ b/src/share/vm/runtime/vmStructs.cpp	Wed Feb 17 13:40:12 2016 +0300
@@ -813,6 +813,8 @@
      static_field(StubRoutines,                _updateBytesCRC32,                             address)                               \
      static_field(StubRoutines,                _crc_table_adr,                                address)                               \
      static_field(StubRoutines,                _multiplyToLen,                                address)                               \
+     static_field(StubRoutines,                _squareToLen,                                  address)                               \
+     static_field(StubRoutines,                _mulAdd,                                       address)                               \
                                                                                                                                      \
   /*****************/                                                                                                                \
   /* SharedRuntime */                                                                                                                \