JDK-8249884 : Shenandoah: Call report_num_dead() from ShParallelWeakRootsCleaningTask destructor
Type:Bug
Component:hotspot
Sub-Component:gc
Affected Version:8-shenandoah,11.0.9,15,16
Priority:P4
Status:Resolved
Resolution:Fixed
OS:generic
CPU:generic
Submitted:2020-07-22
Updated:2020-08-05
Resolved:2020-07-22
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.
JDK-8249877 added a call to report_num_dead() after each call to ShParallelWeakRotsCleaningTask usage. It is cleaner to simply call it from the destructor of that task.