Some of the ArraysSupport::mismatch family of methods compute offsets using a mix of int and long arithmetic.
This can lead to wrong results, which are then passed as arguments to an intrinsic method or to a Java method using Unsafe.
This fix is aimed at correcting the arithmetic.
This can lead to wrong results, which are then passed as arguments to an intrinsic method or to a Java method using Unsafe.
This fix is aimed at correcting the arithmetic.
- links to
-
Review(master)
openjdk/jdk/29957