Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8206735 | 12 | Vivek Deshpande | P3 | Resolved | Fixed | team |
JDK-8206510 | 11.0.1 | Vivek Deshpande | P3 | Resolved | Fixed | b01 |
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
-