8272146: Disable Fibonacci test on memory constrained systems

Reviewed-by: dholmes, mseledtsov, shade
This commit is contained in:
Christoph Göttschkes 2021-08-11 08:48:18 +00:00 committed by Aleksey Shipilev
parent 846cc88f94
commit adba09b91d

@ -28,6 +28,7 @@
* This test is skipped on 32-bit Windows: limited virtual space on Win-32
* make this test inherently unstable on Windows with 32-bit VM data model.
* @requires !(os.family == "windows" & sun.arch.data.model == "32")
* @requires !(os.family == "linux" & os.maxMemory < 512M)
* @modules java.base/jdk.internal.misc
* @library /test/lib
* @run main/othervm Fibonacci 15