JDK-8204613 : StringTable: Calculates wrong number of uncleaned items.
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 11
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2018-06-08
  • Updated: 2018-06-26
  • Resolved: 2018-06-14
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 11
11 b19Fixed
Related Reports
Duplicate :  
Description
Uncleaned calculation correction. Since a dead string can be visited twice, it is thus counted twice, making the counter skew.
ZGC concurrent cleaning. ZGC uses the ParState directly, it needs a way to set the dead strings and trigger a cleaning.
Minor, compile issues with slowdebug win32.