-
Enhancement
-
Resolution: Fixed
-
P4
-
hs23
-
b10
-
generic
-
generic
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2219965 | 8 | John Cuthbertson | P4 | Resolved | Fixed | b22 |
JDK-2219861 | 7u4 | John Cuthbertson | P4 | Closed | Fixed | b07 |
When there's an evacuation failure during a GC we have to scan all the regions in the CSet in order to remove the self-forwarding references of any object we failed to move and also update according a few other data structures (marking bitmap(s), BOT, etc.).
Currently, we do this serially, one region at a time. However, the per-region work is independent of the rest. So, it should be trivial to parallelize.
Currently, we do this serially, one region at a time. However, the per-region work is independent of the rest. So, it should be trivial to parallelize.
- backported by
-
JDK-2219965 G1: do the per-region evacuation failure handling work in parallel
- Resolved
-
JDK-2219861 G1: do the per-region evacuation failure handling work in parallel
- Closed