JDK-8212129 : Remove Finalize methods from ZipFile, Inflater and Deflater
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: java.util.jar
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2018-10-12
  • Updated: 2021-06-25
  • Resolved: 2018-10-29
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 12
12 b18Fixed
Related Reports
CSR :  
Relates :  
Sub Tasks
JDK-8212621 :  
Description
The finalize methods of ZipFile, Inflater and Deflater are 
marked deprecated and for removal in since JDK9.
They should be removed in JDK12 as planed.
Comments
This bug fix includes fix in source code also, so removing label noreg-self .
25-06-2021