On Sat, 7 Feb 2026 02:32:30 GMT, Sergey Bylokhov <[email protected]> wrote:
>> Phil Race has updated the pull request incrementally with one additional >> commit since the last revision: >> >> 8373626 > > 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. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/29257#discussion_r2821284638
