Loading... (original) (raw)
- Type:
Enhancement
- Resolution: Fixed
- Priority:
P3
- Fix Version/s: 11
- Affects Version/s: 11
Call to vectorizedMismatch and intrinsic usage seems costly when there is a mismatch at the first element itself. This work solves the problem by performing the first element comparison before the call to vectorizedMismatch method and eventually the intrinsic.
backported by
JDK-8206510 Improve the Array Comparison when there is mismatch at first element.
- Resolved
JDK-8206735 Improve the Array Comparison when there is mismatch at first element.
- Resolved
relates to
JDK-8033148 Lexicographic comparators and mismatchers for arrays
- Closed