RFR: 8364768: JDK javax.imageio ImageWriters do not all flush the output stream [v2]

Alexander Zvegintsev azvegint at openjdk.org
Fri Aug 22 10:29:57 UTC 2025


On Thu, 21 Aug 2025 19:14:52 GMT, Phil Race <prr at 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.
>
> Phil Race has updated the pull request incrementally with one additional commit since the last revision:
> 
>   8364768

Marked as reviewed by azvegint (Reviewer).

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

PR Review: https://git.openjdk.org/jdk/pull/26703#pullrequestreview-3143982088


More information about the client-libs-dev mailing list