mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
Merge
This commit is contained in:
commit
7bbbc98da3
168 changed files with 10829 additions and 1850 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue