On Thu, 25 Sep 2025 12:31:01 GMT, Ambarish Rapte <[email protected]> wrote:

> Issue: 
> Calling MTLTexture.update() method on a disposed MTLTexture object would 
> cause a crash.
> The root cause of this behavior is 
> [JDK-8368629](https://bugs.openjdk.org/browse/JDK-8368629).
> 
> Fix:
> Avoid MTLTexture.update() if texture is disposed.
> The crash should be fixed now and the root cause will be followed up using 
> [JDK-8368629](https://bugs.openjdk.org/browse/JDK-8368629)

LGTM

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

Marked as reviewed by kcr (Lead).

PR Review: https://git.openjdk.org/jfx/pull/1919#pullrequestreview-3268252551

Reply via email to