Integrated: 8272146: Disable Fibonacci test on memory constrained systems

Christoph Göttschkes cgo at openjdk.java.net
Wed Aug 11 08:51:29 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.

This pull request has now been integrated.

Changeset: adba09b9
Author:    Christoph Göttschkes <cgo at openjdk.org>
Committer: Aleksey Shipilev <shade at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/adba09b91de2e86fe4eb844c9066a23b176176bd
Stats:     1 line in 1 file changed: 1 ins; 0 del; 0 mod

8272146: Disable Fibonacci test on memory constrained systems

Reviewed-by: dholmes, mseledtsov, shade

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

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


More information about the hotspot-runtime-dev mailing list