JDK-8284368 : Remove finalizer method in jdk.crypto.cryptoki
  • Type: Bug
  • Component: security-libs
  • Sub-Component: javax.crypto:pkcs11
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2022-04-05
  • Updated: 2022-04-13
  • Resolved: 2022-04-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 19
19 b17Fixed
Related Reports
Relates :  
Relates :  
Description
Finalize has been deprecated and uses of finalize should be converted to use java.lang.ref.Cleaner, and the finalize method should be removed. 
Comments
This fix needs to be updated. See JDK-8284855.
13-04-2022

Changeset: 77388eaf Author: Xue-Lei Andrew Fan <xuelei@openjdk.org> Date: 2022-04-06 17:07:35 +0000 URL: https://git.openjdk.java.net/jdk/commit/77388eaf2595f5785bb0945ccecf84c4916031e7
06-04-2022

A pull request was submitted for review. URL: https://git.openjdk.java.net/jdk/pull/8112 Date: 2022-04-05 19:55:55 +0000
05-04-2022