Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8169201

Montgomery multiply intrinsic should use correct name

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P5 P5
    • 9
    • 9
    • hotspot
    • b150
    • generic
    • generic

        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).

              rraghavan Rahul Raghavan
              rkennke Roman Kennke
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: