JDK-8276447 : Deprecate finalization-related methods for removal
  • Type: Enhancement
  • Component: core-libs
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2021-11-02
  • Updated: 2021-12-22
  • Resolved: 2021-12-08
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 18 JDK 19
18 b27Fixed 19Fixed
Related Reports
Blocks :  
Blocks :  
CSR :  
Relates :  
Relates :  
Description
JEP 421 proposes to deprecate the finalization mechanism for removal.

Part of that work is to add (or upgrade) deprecation annotations on finalizers and finalization-related methods in the public API.

This issue covers that work.
Comments
Changeset: ec7cb6d5 Author: Brent Christian <bchristi@openjdk.org> Date: 2021-12-08 00:23:15 +0000 URL: https://git.openjdk.java.net/jdk/commit/ec7cb6d5d305003429b51384ed72973767c70124
08-12-2021