On Wed, 18 Feb 2026 09:31:55 GMT, Jayathirth D V <[email protected]> wrote:
>> src/java.desktop/share/native/libmlib_image/mlib_ImageConv_u16nw.c line 922: >> >>> 920: off += kw; >>> 921: >>> 922: sp += (kw - 1)*chan1; >> >> Just to check: before the patch, the code read data from sp to set pXX, then >> increased sp. After the patch, the order is different. Is that correct? > > I also have same query. fixed ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/29257#discussion_r2842897514
