Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8082721 | emb-9 | Ed Nevill | P4 | Resolved | Fixed | team |
Hotspot test compiler/codegen/7184394/TestAESMain.java fails fails on aarch64 with the error
java.lang.IllegalArgumentException: Bad arguments
This is due to it returning the incorect length from generate_cipherBlockChaining_encryptAESCrypt
I have a patch in preparation which I will submit for review shortly.
java.lang.IllegalArgumentException: Bad arguments
This is due to it returning the incorect length from generate_cipherBlockChaining_encryptAESCrypt
I have a patch in preparation which I will submit for review shortly.
- backported by
-
JDK-8082721 aarch64: hotspot test compiler/codegen/7184394/TestAESMain.java fails
- Resolved