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

Phil Race prr at openjdk.org
Tue Aug 26 18:56:40 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.

This pull request has now been integrated.

Changeset: c7553451
Author:    Phil Race <prr at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/c75534517729b903b63263cf64dc2ff841e3dcb1
Stats:     28 lines in 1 file changed: 1 ins; 27 del; 0 mod

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

Reviewed-by: psadhukhan, jdv, serb

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

PR: https://git.openjdk.org/jdk/pull/26933


More information about the client-libs-dev mailing list