This commit is contained in:
Alejandro Murillo 2015-11-06 11:11:53 -08:00
commit 7bbbc98da3
168 changed files with 10829 additions and 1850 deletions

View file

@ -2882,6 +2882,7 @@ public class Arrays {
* @param a2 the other array to be tested for equality
* @return {@code true} if the two arrays are equal
*/
@HotSpotIntrinsicCandidate
public static boolean equals(byte[] a, byte[] a2) {
if (a==a2)
return true;