-
Enhancement
-
Resolution: Fixed
-
P3
-
hs17
-
b11
-
generic
-
generic
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2190663 | 7 | Jon Masamitsu | P3 | Closed | Fixed | b87 |
JDK-2197970 | 6u23 | Jon Masamitsu | P3 | Resolved | Fixed | b01 |
JDK-2199919 | 6u22m | Jon Masamitsu | P3 | Resolved | Fixed | b01 |
JDK-2193611 | 6u21p | Jon Masamitsu | P3 | Resolved | Fixed | b03 |
JDK-2189807 | 6u21 | Jon Masamitsu | P3 | Resolved | Fixed | b01 |
JDK-2190664 | hs18 | Jon Masamitsu | P3 | Closed | Fixed | b01 |
This is part of the G1 command line parameter changes enumerated in 6928059.
For some features of G1 we would like to use the same parameters that CMS also uses. Unfortunately, they contain "CMS" in their name. We are going to rename the CMS parameters to something more generic, but create aliases with the old names to retain backwards compatibility.
These are the two changes:
G1MarkStackSize -> rename to MarkStackSize (and make CMSMarkStackSize an alias of MarkStackSize)
ParallelMarkingThreads -> rename ConcGCThreads (and make ParallelCMSThreads an alias of ConcGCThreads)
For some features of G1 we would like to use the same parameters that CMS also uses. Unfortunately, they contain "CMS" in their name. We are going to rename the CMS parameters to something more generic, but create aliases with the old names to retain backwards compatibility.
These are the two changes:
G1MarkStackSize -> rename to MarkStackSize (and make CMSMarkStackSize an alias of MarkStackSize)
ParallelMarkingThreads -> rename ConcGCThreads (and make ParallelCMSThreads an alias of ConcGCThreads)
- backported by
-
JDK-2189807 G1: rename parameters common with CMS
- Resolved
-
JDK-2193611 G1: rename parameters common with CMS
- Resolved
-
JDK-2197970 G1: rename parameters common with CMS
- Resolved
-
JDK-2199919 G1: rename parameters common with CMS
- Resolved
-
JDK-2190663 G1: rename parameters common with CMS
- Closed
-
JDK-2190664 G1: rename parameters common with CMS
- Closed
- relates to
-
JDK-6928059 G1: command line parameter renaming
- Closed
(1 backported by, 1 relates to)