On Fri, 8 Aug 2025 17:31:03 GMT, Phil Race <p...@openjdk.org> wrote: > 4 of the 6 JDK ImageWriters flush the stream at the end of writing. 2 (TIFF > and GIF) do not. > > This will matter if you are using a caching ImageOutputStream. > > This fix makes it consistent.
This pull request has now been integrated. Changeset: 603526b5 Author: Phil Race <p...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/603526b55b5e9b6dfc9323d2cdc4a0b4d0f88a49 Stats: 78 lines in 3 files changed: 78 ins; 0 del; 0 mod 8364768: JDK javax.imageio ImageWriters do not all flush the output stream Reviewed-by: psadhukhan, azvegint ------------- PR: https://git.openjdk.org/jdk/pull/26703