Relates :
|
The inline_montgomeryMultiply() instrinsic uses "montgomery_square" as stubName, as can be observed here: http://hg.openjdk.java.net/jdk9/hs/hotspot/file/8c2f220c759c/src/share/vm/opto/library_call.cpp#l5508 This seems like a minor bugs, because the stubName is not used for anything important (only to identify the call in escape analysis, and there it's ok to use one or the other afaict).
|