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.
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.
- duplicates
-
JDK-8002074 Support for AES on SPARC
-
- Resolved
-
- relates to
-
JDK-8012900 CICO ignores AAD in GCM mode
-
- Closed
-