Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8027102 | 8 | Per Liden | P4 | Resolved | Fixed | b113 |
InitialSurvivorRatio flag described in globals.hpp as "Initial ratio of eden/survivor space size", where "eden" should be replaced with "young generation", because initial survivor size for PSYoungGen calculated as young_gen_size/InitialSurvivorRatio.
Note that MinSurvivorRatio described correctly, as "Minimum ratio of young generation/survivor space size".
Note that MinSurvivorRatio described correctly, as "Minimum ratio of young generation/survivor space size".
- backported by
-
JDK-8027102 Description of InitialSurvivorRatio flag in globals.hpp is incorrect
-
- Resolved
-