On Thu, 16 Jul 2026 02:07:48 GMT, Chen Liang <[email protected]> wrote:
>> Kuai Wei has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Fix copyright header > > src/java.base/share/classes/jdk/internal/util/ArraysSupport.java line 748: > >> 746: // Fall back to slow mechanism >> 747: // ISSUE: Consider looping over vectorizedMismatch >> adjusting ranges >> 748: // However, requires that returned value be relative to >> input ranges > > You updated the float[] code but not the double[] code. Please keep their > code consistent. Thanks for your review. For double array, it always alienged to 64 bits, no remaining elements after `vectorizedMismatch()`. The origin code and my new code for `vectorizedMismatch()` return same results. So it can be unchanged. But I found some comments are unnecessary changed heere. I will recover them to unchanged. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/31802#discussion_r3592493233
