RFR: 8272146: Disable Fibonacci test on memory constrained systems

Christoph Göttschkes cgo at openjdk.java.net
Mon Aug 9 12:56:44 UTC 2021


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.

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

Commit messages:
 - 8272146: Disable Fibonacci test on memory constrained systems

Changes: https://git.openjdk.java.net/jdk/pull/5051/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=5051&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8272146
  Stats: 1 line in 1 file changed: 1 ins; 0 del; 0 mod
  Patch: https://git.openjdk.java.net/jdk/pull/5051.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/5051/head:pull/5051

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


More information about the hotspot-runtime-dev mailing list