src/share/vm/opto/library_call.cpp

changeset 9192
2198f5b86550
parent 8903
9575483cce09
child 9203
53eec13fbaa5
child 9496
bcccbecdde63
     1.1 --- a/src/share/vm/opto/library_call.cpp	Wed Feb 28 05:31:04 2018 +0000
     1.2 +++ b/src/share/vm/opto/library_call.cpp	Thu Nov 10 23:26:56 2016 -0800
     1.3 @@ -6026,7 +6026,7 @@
     1.4    }
     1.5  
     1.6    assert(UseMontgomeryMultiplyIntrinsic, "not implemented on this platform");
     1.7 -  const char* stubName = "montgomery_square";
     1.8 +  const char* stubName = "montgomery_multiply";
     1.9  
    1.10    assert(callee()->signature()->size() == 7, "montgomeryMultiply has 7 parameters");
    1.11  

mercurial