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) This pull request has now been integrated. Changeset: c480b462 Author: Ambarish Rapte <[email protected]> URL: https://git.openjdk.org/jfx/commit/c480b4622e7a1dc4e1987649eedf972103380b61 Stats: 4 lines in 1 file changed: 4 ins; 0 del; 0 mod 8368631: Avoid updating disposed MTLTexture Reviewed-by: kcr, aghaisas ------------- PR: https://git.openjdk.org/jfx/pull/1919
