Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8082820 | emb-9 | Erik Helin | P4 | Resolved | Fixed | team |
A heap region being cleared has never belonged to the collection set, because we are only clearing heap regions upon initialization (and then they don't belong to any cset) or from the cleanup phase of the concurrent marking. The cleanup phase will only call hr_clear on an old heap region, and an old heap region is only part of the cset during a mixed GC (which can't happen concurrently with the cleanup phase of concurrent marking).
- backported by
-
JDK-8082820 A heap region being cleared should not belong to the cset
-
- Resolved
-