Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8045421 | 8u25 | Stefan Johansson | P3 | Resolved | Fixed | b01 |
JDK-8041897 | 8u20 | Stefan Johansson | P3 | Resolved | Fixed | b12 |
JDK-8053339 | emb-8u26 | Stefan Johansson | P3 | Resolved | Fixed | b17 |
Right now the initial NewSize is the same as the minimal NewSize if not set on the command line. For a large heap this is not optimal. NewRatio is currently used for sizing Old vs New for the maximum sizes, it should also be used for initial sizes.
- backported by
-
JDK-8041897 Scale initial NewSize using NewRatio if not set on command line
-
- Resolved
-
-
JDK-8045421 Scale initial NewSize using NewRatio if not set on command line
-
- Resolved
-
-
JDK-8053339 Scale initial NewSize using NewRatio if not set on command line
-
- Resolved
-