Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8083288 | emb-9 | Bengt Rutisson | P3 | Resolved | Fixed | team |
After JDK-8065972 CMS can only be used with ParNew. This means that the instance variable CMSCollector::_young_gen, which is now a Generation* could be a ParNewGeneration*. That would get rid of some casting in the code.
- backported by
-
JDK-8083288 Change CMSCollector::_young_gen to be a ParNewGeneration*
-
- Resolved
-
- is cloned by
-
JDK-8065993 Merge OneContigSpaceCardGeneration with TenuredGeneration
-
- Resolved
-