JDK-8284490 : Remove finalizer method in java.security.jgss
  • Type: Bug
  • Component: security-libs
  • Sub-Component: javax.crypto:pkcs11
  • Priority: P3
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2022-04-06
  • Updated: 2022-04-09
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 masterUnresolved
Related Reports
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
A pull request was submitted for review. URL: https://git.openjdk.java.net/jdk/pull/8136 Date: 2022-04-07 04:10:55 +0000
07-04-2022