RFR: 8277585: Remove the terminally deprecated finalize() method from javax.imageio.stream APIs [v2]
Phil Race
prr at openjdk.org
Wed Aug 6 19:41:41 UTC 2025
On Wed, 6 Aug 2025 19:29:01 GMT, Brent Christian <bchristi at 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
More information about the client-libs-dev
mailing list