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.

To download the current JDK release, click here.
JDK 16
16 b07Fixed
Related Reports
Relates :  
Description
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.
Comments
URL: https://hg.openjdk.java.net/jdk/jdk/rev/8995e9efdee7 User: rkennke Date: 2020-07-22 15:08:20 +0000
22-07-2020