On Fri, 8 Aug 2025 19:39:52 GMT, Phil Race <p...@openjdk.org> wrote: > > Can `MemoryCacheImageOutputStream` be included in this PR? > > Why ? It has nothing to dispose.
Doesn't it have a `cache`, similar to `MemoryCacheImageInputStream` ? `public class MemoryCacheImageOutputStream extends ImageOutputStreamImpl {` ` ....` ` private MemoryCache cache = new MemoryCache();` ------------- PR Comment: https://git.openjdk.org/jdk/pull/26650#issuecomment-3169122275