RFR: 8257230: assert(InitialHeapSize >= MinHeapSize) failed: Ergonomics decided on incompatible initial and minimum heap sizes [v3]

Jie Fu jiefu at openjdk.java.net
Fri Dec 4 12:35:12 UTC 2020


On Fri, 4 Dec 2020 10:13:19 GMT, Stefan Johansson <sjohanss at openjdk.org> wrote:

> Yes it might check that the assert doesn't trigger, but if the test is not robust enough to always manage to execute `java -version` we might start to see other failures in that test. In some sense the test is just lucky that it fails in a way that a hs_err-file is not created.

Hi @kstefanj ,

After some experiments, I finally got a configuration which can return 0 on Linux.
Could you please review it again?
Thanks.

-------------

PR: https://git.openjdk.java.net/jdk/pull/1492



More information about the hotspot-gc-dev mailing list