RFR: JDK-8279954 - java/lang/StringBuffer(StringBuilder)/HugeCapacity.java intermittently fails

David Holmes dholmes at openjdk.java.net
Tue Jan 18 01:58:29 UTC 2022


On Fri, 14 Jan 2022 14:33:13 GMT, Jim Laskey <jlaskey at openjdk.org> wrote:

> Tests were fatally failing (windows) on Github actions. Pumping up the memory requirements will hopefully alleviate.

I also pointed out that we see the same error message in our CI and the infra folk assured me that the paging file was not misconfigured in any way.

That said, while I understand the addition of the `@requires >= 8G`, I don't under stand why the actual Xms/Xmx values were bumped from 5G to 6G - that seems to be increasing the chances of running out of memory. ??

David

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

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


More information about the core-libs-dev mailing list