RFR(XS): 8162376 - TestSHA512Intrinsics.java failed with Unexpected count of intrinsic _sha5_implCompress is expected
Dmitrij Pochepko
dmitrij.pochepko at oracle.com
Fri Jul 22 15:31:13 UTC 2016
Hi,
please review small fix for 8162376 - TestSHA512Intrinsics.java failed
with Unexpected count of intrinsic _sha5_implCompress is expected
After fixing JDK-8071652 CompileOnly arguments were changed in tests.
For TestSHA512Intrinsics.java a wrong provider class name was specified.
SHA-512 and SHA-384 needs SHA5 provider. So, SHA512 intrinsics tests
started to fail on solaris. This patch fix a problem.
webrev: http://cr.openjdk.java.net/~dpochepk/8162376/webrev.01/
CR: https://bugs.openjdk.java.net/browse/JDK-8162376
I've verified fix on solaris-sparc-v9 and linux-amd64.
Thanks,
Dmitrij
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/attachments/20160722/d8997183/attachment-0001.html>
More information about the hotspot-compiler-dev
mailing list