RFR: 8272146: Disable Fibonacci test on memory constrained systems

Mikhailo Seledtsov mseledtsov at openjdk.java.net
Tue Aug 10 22:41:22 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.

Marked as reviewed by mseledtsov (Committer).

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

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


More information about the hotspot-runtime-dev mailing list