RFR: 8365197: javax.imageio.stream MemoryCache based streams no longer need a disposer.

Prasanta Sadhukhan psadhukhan at openjdk.org
Tue Aug 26 05:35:35 UTC 2025


On Mon, 25 Aug 2025 20:18:49 GMT, Phil Race <prr at openjdk.org> wrote:

> The disposer for MemoryCacheImageInputStream isn't needed. All it does is clear an ArrayList of byte[]
> GC can take care of that.

Marked as reviewed by psadhukhan (Reviewer).

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

PR Review: https://git.openjdk.org/jdk/pull/26933#pullrequestreview-3153996345


More information about the client-libs-dev mailing list