On Thu, 14 Nov 2024 13:44:10 GMT, Chen Liang <li...@openjdk.org> wrote:
> I think you should convert all array index scales to long too. They are > susceptible to the same overflow problem (actually more susceptible as they > involve in integer multiplications) Changing the index scale to long type will cause a lot of code related to ArraysSupport.vectorizedMismatch to change. There are too many places to change and I am not sure. ------------- PR Comment: https://git.openjdk.org/jdk/pull/22095#issuecomment-2476510756