RFR: 8272146: Disable Fibonacci test on memory constrained systems

David Holmes dholmes at openjdk.java.net
Tue Aug 10 02:24:33 UTC 2021


On Mon, 9 Aug 2021 12:37:37 GMT, Christoph Göttschkes <cgo at openjdk.org> wrote:

> Hi,
> 
> please review this small change to the Fibonacci test case. I added an additional memory requirement for Linux, as I am seeing the test fail on some embedded and emulated devices which do not have enough memory to execute the test case.
> The test succeeds on a device with 512MB of physical memory, so I guess this upper bound should be fine. The problem seems to be the kernel memory, as the devices have enough swap space to handle the other test cases.

Seems a reasonable constraint.

Thanks,
David

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

Marked as reviewed by dholmes (Reviewer).

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


More information about the hotspot-runtime-dev mailing list