JDK-8273102 : Delete deprecated for removal the empty finalize() in java.desktop module
  • Type: Bug
  • Component: client-libs
  • Sub-Component: 2d
  • Affected Version: 18
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2021-08-29
  • Updated: 2021-10-16
  • Resolved: 2021-10-06
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
18 b19Fixed
Related Reports
CSR :  
Relates :  
Relates :  
Relates :  
Sub Tasks
JDK-8274865 :  
Description
The "java.desktop" module had a few implementations of the finalize() that were no-ops. These methods were deprecated in Java 9, terminally deprecated in Java 16, and have been removed in this release.
Comments
Changeset: 9561fea7 Author: Sergey Bylokhov <serb@openjdk.org> Date: 2021-10-06 22:31:23 +0000 URL: https://git.openjdk.java.net/jdk/commit/9561fea79035f23ca3a6619c9e150433cdf4a232
06-10-2021