Fix C2 intrinsics for new signature of CipherBlockChaining methods

XMLWordPrintable

    • Type: Bug
    • Resolution: Duplicate
    • Priority: P3
    • tbd
    • Affects Version/s: hs25
    • Component/s: hotspot
    • None
    • generic
    • generic

      Recenty the signature of CipherBlockChaining.encrypt() and CipherBlockChaining.decrypt() methods was changed (return int) by 8012900:
      http://hg.openjdk.java.net/jdk8/jdk8/jdk/diff/3da8be8d13bf/src/share/classes/com/sun/crypto/provider/CipherBlockChaining.java

      We need to adjust our C2 intrinsics, otherwise C2 does not intrinsify these methods. It is only performance issue.


            Assignee:
            Vladimir Kozlov
            Reporter:
            Vladimir Kozlov
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: