diff src/share/vm/opto/runtime.hpp @ 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 166d744df0de
children ea7ac121a5d3
line wrap: on
line diff
--- a/src/share/vm/opto/runtime.hpp	Tue Feb 16 13:56:12 2016 +0000
+++ b/src/share/vm/opto/runtime.hpp	Wed Feb 17 13:40:12 2016 +0300
@@ -305,6 +305,10 @@
 
   static const TypeFunc* multiplyToLen_Type();
 
+  static const TypeFunc* squareToLen_Type();
+
+  static const TypeFunc* mulAdd_Type();
+
   static const TypeFunc* updateBytesCRC32_Type();
 
   // leaf on stack replacement interpreter accessor types