src/share/vm/opto/runtime.hpp

changeset 9806
758c07667682
parent 8604
04d83ba48607
parent 9788
44ef77ad417c
     1.1 --- a/src/share/vm/opto/runtime.hpp	Tue Feb 04 17:38:01 2020 +0800
     1.2 +++ b/src/share/vm/opto/runtime.hpp	Tue Feb 04 18:13:14 2020 +0800
     1.3 @@ -311,6 +311,8 @@
     1.4    static const TypeFunc* montgomeryMultiply_Type();
     1.5    static const TypeFunc* montgomerySquare_Type();
     1.6  
     1.7 +  static const TypeFunc* ghash_processBlocks_Type();
     1.8 +
     1.9    static const TypeFunc* updateBytesCRC32_Type();
    1.10  
    1.11    // leaf on stack replacement interpreter accessor types

mercurial