Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8205847 | 11.0.1 | Per Liden | P3 | Resolved | Fixed | team |
There's a race when deciding if worker threads should be boosted (very similar to the race in JDK-8205022), which can result in worker threads not being boosted when they should. The effect of this is that the GC cycle takes longer to complete, which in turn means that stalled threads wait longer than they would have done otherwise.
- backported by
-
JDK-8205847 ZGC: Worker threads boost mode not always enabled when is should be
-
- Resolved
-