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)

Reviewers: @kevinrushforth @aghaisas

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

PR Comment: https://git.openjdk.org/jfx/pull/1919#issuecomment-3333741476

Reply via email to