On Wed, 8 Jul 2026 03:25:39 GMT, Kuai Wei <[email protected]> wrote: > So the proposal is simply to align the Java implementation with the existing > x86_64 intrinsic behavior, making them consistent without any spec changes. > How do you think about it ?
I'm fine with it. But the part of the change I'm concerned about is the following: "This also simplify all callsite because it eliminates the need for callers to handle remaining elements." Unless ArraysSupport.vectorizedMismatch() guarantees all elements are processed on successful match, I don't see how you can make such change . ------------- PR Comment: https://git.openjdk.org/jdk/pull/31802#issuecomment-4918051992
