-
Enhancement
-
Resolution: Fixed
-
P3
-
None
-
b15
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8006478 | 8 | Bengt Rutisson | P3 | Resolved | Fixed | b74 |
As part of 8003820 we will deprecate the DefNew + CMS combination. The default for CMS is ParNew + CMS, but on single CPU systems we select DefNew instead of ParNew.
Since we by default select a combination that we are deprecating we should change the default to the supported combination ParNew + CMS.
The performance impact of this needs to be evaluated.
Since we by default select a combination that we are deprecating we should change the default to the supported combination ParNew + CMS.
The performance impact of this needs to be evaluated.
- backported by
-
JDK-8006478 Use ParNew with only one thread instead of DefNew as default for CMS on single CPU machines
- Resolved
- relates to
-
JDK-8003820 Deprecate untested and rarely used GC combinations
- Resolved