commit | 16b80b792d2bfc9c8062c06c6622d3ec593d8af4 | [log] [tgz] |
---|---|---|
author | Valerie Peng <valeriep@openjdk.org> | Fri Aug 12 00:39:34 2016 +0000 |
committer | Valerie Peng <valeriep@openjdk.org> | Fri Aug 12 00:39:34 2016 +0000 |
tree | 77c4ee27ad1d4d193afcd426a1732ff55aea846e | |
parent | 27492ab66791e1ba6a5099145260024354419999 [diff] |
8157579: com/sun/crypto/provider/Mac/MacClone.java failed on solaris12(sparcv9 and x86) Changed the MAC impl to fall back to SUN provider (or through provider list) if the most preferred impl does not support cloning Reviewed-by: vinnie, mullan