JDK-8231153 : Improve concurrent refinement statistics
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 14
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2019-09-17
  • Updated: 2020-02-14
  • Resolved: 2019-10-08
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 14
14 b18Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Relates :  
Description
Better concurrent refinement statistics are needed in order to improve the control of the concurrent refinement threads and the mutator thread processing of dirty card buffers.  We need estimated card logging rates rates and estimated logged card concurrent processing rates.

Currently the nearest we have is DCQS::processed_buffers_mut, which is not at all sufficient.  And once we have sufficient information, that buffer count should be replaced.

Comments
URL: https://hg.openjdk.java.net/jdk/jdk/rev/d6058bd73982 User: kbarrett Date: 2019-10-08 19:42:30 +0000
08-10-2019