src/share/vm/opto/runtime.hpp

changeset 8318
ea7ac121a5d3
parent 8307
daaf806995b3
child 8604
04d83ba48607
child 9788
44ef77ad417c
     1.1 --- a/src/share/vm/opto/runtime.hpp	Fri Mar 04 16:40:30 2016 +0100
     1.2 +++ b/src/share/vm/opto/runtime.hpp	Fri Mar 04 16:15:48 2016 +0300
     1.3 @@ -308,6 +308,8 @@
     1.4    static const TypeFunc* squareToLen_Type();
     1.5  
     1.6    static const TypeFunc* mulAdd_Type();
     1.7 +  static const TypeFunc* montgomeryMultiply_Type();
     1.8 +  static const TypeFunc* montgomerySquare_Type();
     1.9  
    1.10    static const TypeFunc* updateBytesCRC32_Type();
    1.11  

mercurial