On 24/10/2018 18:19, Lance Andersen wrote:
Hi all,
This change removes the finalize methods from
java.util.zip.ZipFIle/Inflator/Deflator. These methods were deprecated and
marked for removal in JDK 9
The webrev can be found at: http://cr.openjdk.java.net/~lancea/8212129/webrev.00/
<http://cr.openjdk.java.net/~lancea/8212129/webrev.00/>
The relevant JCK tests for zip and jar continue to run clean as do the JDK
tier1 - tier3 tests
The CSR has also been finalized
Looks good. A minor nit is that the odd formatting at L200 of Deflater
can be fixed as you are changing it.
-Alan