RFR: 8225763: Inflater and Deflater should implement AutoCloseable [v4]
Chen Liang
liach at openjdk.org
Thu Nov 14 20:38:45 UTC 2024
On Thu, 14 Nov 2024 12:28:21 GMT, Jaikiran Pai <jpai at openjdk.org> wrote:
>> I agree with marking these close methods as final as long as the previous corpus search did not find any user-defined close method in subclasses.
>
> Hello Chen, corpus analysis shows that there are no subclasses of Inflater/Deflater which have a `close()` method.
Great news! Feel free to make their close final.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/19675#discussion_r1842858156
More information about the core-libs-dev
mailing list