Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8028668 | 8 | Jesper Wilhelmsson | P3 | Resolved | Fixed | b117 |
JDK-8028979 | port-stage-ppc-aix | Jesper Wilhelmsson | P3 | Resolved | Fixed | master |
The test TestMaxNewSize fails with assert:
assert(_min_gen0_size <= _initial_gen0_size) failed: Ergonomics decided on incompatible minimum and initial young gen sizes
Reproduces (at least) on 32-bit linux with:
java -XX:+UseSerialGC -Xmx128M -XX:OldSize=96M -XX:+PrintFlagsFinal -version
assert(_min_gen0_size <= _initial_gen0_size) failed: Ergonomics decided on incompatible minimum and initial young gen sizes
Reproduces (at least) on 32-bit linux with:
java -XX:+UseSerialGC -Xmx128M -XX:OldSize=96M -XX:+PrintFlagsFinal -version
- backported by
-
JDK-8028668 Initial young size is smaller than minimum young size
- Resolved
-
JDK-8028979 Initial young size is smaller than minimum young size
- Resolved