JDK-8278575 : update jcmd GC.finalizer_info to list finalization status
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: runtime
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2021-12-11
  • Updated: 2021-12-23
  • Resolved: 2021-12-16
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 b29Fixed 19Fixed
Description
Running jcmd GC.finalizer_info should say whether finalization is disabled.

David Holmes provided a patch to do this, but I (smarks) inadvertently omitted it from the main integration of the disable-finalization option.

See: https://github.com/openjdk/jdk/pull/6469/files

Comments
Changeset: e82310f3 Author: Stuart Marks <smarks@openjdk.org> Date: 2021-12-16 01:27:07 +0000 URL: https://git.openjdk.java.net/jdk18/commit/e82310f3605b37519129ea34b2a6f99ee3ccc63a
16-12-2021

Sorry I missed it too!
12-12-2021