JDK-8234208 : Logging reports zero total refined cards under "Before GC RS summary"
  • Type: Bug
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 14
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2019-11-15
  • Updated: 2019-11-21
  • Resolved: 2019-11-15
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 b24Fixed
Related Reports
Relates :  
Description
GC logging with "-XX:+UnlockDiagnosticVMOptions -XX:G1SummarizeRSetStatsPeriod=1 -Xlog:gc+remset=trace" would always print zero total refined cards under "Before GC RS summary". 

This is because after JDK-8231153, the counters for total refined cards are updated in policy()->record_collection_pause_start(), which is executed after gc_prologue() that executes rem_set()->print_periodic_summary_info().
Comments
URL: https://hg.openjdk.java.net/jdk/jdk/rev/c545e449137c User: manc Date: 2019-11-15 21:16:44 +0000
15-11-2019