< prev index next >

src/share/vm/opto/runtime.hpp

Print this page

        

@@ -306,10 +306,12 @@
   static const TypeFunc* multiplyToLen_Type();
 
   static const TypeFunc* squareToLen_Type();
 
   static const TypeFunc* mulAdd_Type();
+  static const TypeFunc* montgomeryMultiply_Type();
+  static const TypeFunc* montgomerySquare_Type();
 
   static const TypeFunc* updateBytesCRC32_Type();
 
   // leaf on stack replacement interpreter accessor types
   static const TypeFunc* osr_end_Type();
< prev index next >