Details
-
Enhancement
-
Resolution: Fixed
-
P3
-
hs25
-
b15
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8006479 | 8 | Bengt Rutisson | P3 | Resolved | Fixed | b74 |
Description
The GC combinations ParNew + SerialOld and DefNew + CMS are very rarely used. There are no use cases that we know of where these are superior to other GC combinations.
We are currently not doing active testing on these combinations.
To simplify the GC combination matrix and make sure that we have resources to test all GC combinations that we support we would like to remove these two combinations. The plan is to deprecate these combinations in JDK8 and remove them in JDK9.
We are currently not doing active testing on these combinations.
To simplify the GC combination matrix and make sure that we have resources to test all GC combinations that we support we would like to remove these two combinations. The plan is to deprecate these combinations in JDK8 and remove them in JDK9.
Attachments
Issue Links
- backported by
-
JDK-8006479 Deprecate untested and rarely used GC combinations
- Resolved
- relates to
-
JDK-8005396 Use ParNew with only one thread instead of DefNew as default for CMS on single CPU machines
- Resolved
-
JDK-8006398 Add regression tests for deprectated GCs
- Resolved
-
JDK-8039566 Remove GC combinations deprecated in JDK 8
- Resolved