Relates :
|
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.
|