RFR: 8272146: Disable Fibonacci test on memory constrained systems
Christoph Göttschkes
cgo at openjdk.java.net
Wed Aug 11 07:30:32 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.
Thanks for the reviews.
-------------
PR: https://git.openjdk.java.net/jdk/pull/5051
More information about the hotspot-runtime-dev
mailing list