On Tue, 28 Apr 2026 20:23:16 GMT, Phil Race <[email protected]> wrote:

> The previous change results in a larger destination raster. 
> AffineTransformOp does not always have a mapped value to write into every 
> destination pixel.
> The native memory allocated by medialib is not zeroed out and the code in the 
> JDK bridge to it only zeroed out the first w*h bytes, not all channels.
> 
> So sometimes, you'd have residual data. The fix is to zero it out. 
> 
> ---------
> - [x] I confirm that I make this contribution in accordance with the [OpenJDK 
> Interim AI Policy](https://openjdk.org/legal/ai).

Marked as reviewed by jdv (Reviewer).

-------------

PR Review: https://git.openjdk.org/jdk/pull/30976#pullrequestreview-4228686659

Reply via email to