Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8229341 | 14 | Richard Reingruber | P4 | Resolved | Fixed | b10 |
JDK-8229504 | 13.0.2 | Richard Reingruber | P4 | Resolved | Fixed | b01 |
JDK-8229512 | 13.0.1 | Richard Reingruber | P4 | Resolved | Fixed | b06 |
After JDK-8223837 MinHeapSize is aligned up to HeapAlignment. On linuxppc HeapAlignment is 32m because HeapAlignment depends on os::vm_page_size() which is 64k. There the test fails.
- backported by
-
JDK-8229341 [TESTBUG] jdk.jfr.e.g.c.TestGCHeapConfigurationEventWith32BitOops.java does not expect MinHeapSize to be aligned to HeapAlignment
- Resolved
-
JDK-8229504 [TESTBUG] jdk.jfr.e.g.c.TestGCHeapConfigurationEventWith32BitOops.java does not expect MinHeapSize to be aligned to HeapAlignment
- Resolved
-
JDK-8229512 [TESTBUG] jdk.jfr.e.g.c.TestGCHeapConfigurationEventWith32BitOops.java does not expect MinHeapSize to be aligned to HeapAlignment
- Resolved
- relates to
-
JDK-8223837 Add -XX:MinHeapSize flag to set the minimum heap size
- Resolved