RFR: 8232840: java/math/BigInteger/largeMemory/SymmetricRangeTests.java fails due to "OutOfMemoryError: Requested array size exceeds VM limit"

Alan Bateman alanb at openjdk.java.net
Wed Sep 30 15:53:23 UTC 2020


On Wed, 30 Sep 2020 11:06:16 GMT, Fernando Guallini <fguallini at openjdk.org> wrote:

> SymmetricRangeTests.java was added to ProblemList as it was throwing OOM time ago. Now, tests have been executed
> multiple times again with a combination of VM options with 100% pass rate, the issue could not be reproduced anymore,
> it seems quite stable to be removed from the ProblemList at this time.  Required os.maxMemory has been increased as a
> preventive measure to run the tests only in an system where memory available is enough to give the JVM some elbow room

Looks good and I assume you've run it many times to be sure that 10GB is sufficient.

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

Marked as reviewed by alanb (Reviewer).

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


More information about the core-libs-dev mailing list