-
Enhancement
-
Resolution: Fixed
-
P4
-
hs18, 9
-
b120
-
sparc
-
solaris_10
MacroAssembler::array_equals() currently emits a 4-byte array comparison loop on SPARC but we can do a 8-byte comparison if the array addresses are doubleword aligned. The intrinsic is used for byte/char Arrays.equals() and String.equals().
- relates to
-
JDK-8054307 JEP 254: Compact Strings
- Closed