On Wed, 6 Aug 2025 19:29:01 GMT, Brent Christian <bchri...@openjdk.org> wrote:
>> Phil Race has updated the pull request incrementally with one additional >> commit since the last revision: >> >> 8277585 > > src/java.desktop/share/classes/javax/imageio/stream/FileCacheImageOutputStream.java > line 275: > >> 273: //cache.close(); >> 274: cache = null; >> 275: //cacheFile.delete(); > > Remove commented code? yep > src/java.desktop/share/classes/javax/imageio/stream/package-info.java line 48: > >> 46: * of sequences of bytes that reduces the amount of internal data >> copying. >> 47: * <p> >> 48: * An {@code ImageInputStream} or {@code ImageInputStream} may >> internally allocate > > "...or Image**Output**Stream..." ? fixed. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/26650#discussion_r2258094919 PR Review Comment: https://git.openjdk.org/jdk/pull/26650#discussion_r2258097744