JDK-8164431 : Release Note: New PerfCounters for STW Phases on Concurrent GC Are Available
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 11
  • Priority: P4
  • Status: Closed
  • Resolution: Delivered
  • Submitted: 2016-08-19
  • Updated: 2019-04-09
  • Resolved: 2018-05-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 11
11Resolved
Related Reports
Relates :  
Relates :  
Description
A new GC performance counter has been added for pauses during the concurrent phase. This counter will be listed by `jstat` under the CGC (concurrent GC) heading. This information is only available for GCs with a concurrent phase and is GC specific:
* G1 includes remark and cleanup pauses
* CMS includes initial mark and remark pauses

For CMS, these pauses were previously included in the time listed by `jstat` under the FGC (full GC) heading.

The information is also available via the `jcmd` by using `PerfCounter.print`.