On Wed, 8 Jul 2026 18:32:27 GMT, Vladimir Ivanov <[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 . @iwanowww, I've kept the spec unchanged. All call sites in other source files have been reverted to follow the spec. The only call sites I modified are within `ArraysSupport.java` itself — I think they can be aligned with Java implementation behavior. ------------- PR Comment: https://git.openjdk.org/jdk/pull/31802#issuecomment-4931738014
