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

Fix C2 intrinsics for new signature of CipherBlockChaining methods

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P3 P3
    • tbd
    • hs25
    • 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.


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

              Created:
              Updated:
              Resolved: