JDK-8215709 : WeakProcessor should also report task item information
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 13
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2018-12-20
  • Updated: 2023-08-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.
Other
tbdUnresolved
Related Reports
Relates :  
Relates :  
Description
For performance analysis it would be very nice if the WeakProcessor, next to timings, would also provide statistics for the amount of items processed.

In JDK-8213229 there has been need to temporarily remove some log message that reported the number of items processed for the string table as we added the StringTable to the WeakProcessor.

Add a mechanism to get this information for all the oopstorage handled by the WeakProcessor.