-
Bug
-
Resolution: Fixed
-
P3
-
hs25, 8, 9
-
b20
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8045422 | 8u25 | Stefan Johansson | P3 | Resolved | Fixed | b01 |
JDK-8041898 | 8u20 | Stefan Johansson | P3 | Resolved | Fixed | b12 |
JDK-8053340 | emb-8u26 | Stefan Johansson | P3 | Resolved | Fixed | b17 |
When NewSize is set on the command line it should be used as the value for both the min and initial size of young generation. This only hold true if the size given is aligned and large enough, otherwise the size will be re-aligned and set ergonomically. For an ergonomically set NewSize the value is used only for the min young generation size, and the initial size is scaled with NewRatio.
ILW => LML => P5
Impact: Low, unexpected young size.
Likelihood: Medium, only happens when small or unaligned.
Workaround: Low, set an aligned size.
ILW => LML => P5
Impact: Low, unexpected young size.
Likelihood: Medium, only happens when small or unaligned.
Workaround: Low, set an aligned size.
- backported by
-
JDK-8041898 NewSize ergonomics wrong when setting small or unaligned size on command line
-
- Resolved
-
-
JDK-8045422 NewSize ergonomics wrong when setting small or unaligned size on command line
-
- Resolved
-
-
JDK-8053340 NewSize ergonomics wrong when setting small or unaligned size on command line
-
- Resolved
-
- duplicates
-
JDK-8035324 Test jmap_heap_config_NewSize_core and other tests fail with Unexpected value of key NewSize: '62914560', expected '1572864'
-
- Closed
-