JDK-8256896 : Improve parallel WeakProcessor reported counts
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 16
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2020-11-23
  • Updated: 2020-11-25
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.
Other
tbdUnresolved
Related Reports
Relates :  
Description
The parallel WeakProcessor collects the number of live and dead entries (both newly dead and already dead), but only reports newly dead and total entries.  It would be more useful if the reporting included both newly and previously dead, and either live or total entries (either can be calculated from the other plus dead counts).