Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2170016 | 7 | John Coomes | P5 | Closed | Fixed | b41 |
JDK-2172841 | 6u14 | John Coomes | P3 | Resolved | Fixed | b01 |
The variables MarkSweepDeadRatio and PermMarkSweepDeadRatio represent a percentage of the generation that can be left unreclaimed during a full gc, so valid values are 0-100. Yet they are signed types, simply because of historical (bad) practice.
- backported by
-
JDK-2172841 GC "dead ratios" should be unsigned
- Resolved
-
JDK-2170016 GC "dead ratios" should be unsigned
- Closed