commit | a8a82bb0bafa78e238d1e0261cd961262a820740 | [log] [tgz] |
---|---|---|
author | Vivek Deshpande <vdeshpande@openjdk.org> | Fri Jun 22 12:51:49 2018 -0700 |
committer | Vivek Deshpande <vdeshpande@openjdk.org> | Fri Jun 22 12:51:49 2018 -0700 |
tree | dcd9f6646219420dff1fdb92183d1dca0dc47acf | |
parent | 54e53458c63003e0f9e6bc2f984328589df3e12b [diff] |
8205194: Improve the Array Comparison when there is mismatch at first element Perform the first element comparison before the call to vectorizedMismatch method Reviewed-by: psandoz, rriggs, igerasim