JDK-8207756 : ZGC: jstat should show CGC STW phases
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 11,12
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2018-07-18
  • Updated: 2018-08-17
  • Resolved: 2018-08-09
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 12
12 b07Fixed
Related Reports
Relates :  
Description
jstat shows CGC STW phases as CGC and CGCT fields since JDK-8153333 . However, ZGC does not adapt to it yet as following:

```
$ jstat -gc 1234 1 1
 S0C    S1C    S0U    S1U      EC       EU        OC         OU       MC     MU    CCSC   CCSU   YGC     YGCT    FGC    FGCT    CGC    CGCT     GCT   
  -      -      -      -       -        -      514048.0   12288.0   4352.0 3731.2  0.0    0.0        -        -   -          -   -          -    0.000
```