-
Sub-task
-
Resolution: Delivered
-
P4
-
17.0.2, 18
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8278641 | 17.0.2 | Clifford Wayne | P4 | Resolved | Delivered |
A bug has been fixed that could cause long "Concurrent Process Non-Strong References" times with ZGC. The bug blocked the GC from making significant progress, and caused both latency and throughput issues for the Java application.
The long times could be seen in the GC logs when running with `-Xlog:gc*`:
```
[17606.140s][info][gc,phases ] GC(719) Concurrent Process Non-Strong References 25781.928ms
```
The long times could be seen in the GC logs when running with `-Xlog:gc*`:
```
[17606.140s][info][gc,phases ] GC(719) Concurrent Process Non-Strong References 25781.928ms
```
- backported by
-
JDK-8278641 Release Note: ZGC: Fixed Long Process Non-Strong References Times
- Resolved