Skip to content

Commit

Permalink
8272146: Disable Fibonacci test on memory constrained systems
Browse files Browse the repository at this point in the history
Backport-of: adba09b91de2e86fe4eb844c9066a23b176176bd
  • Loading branch information
GoeLin committed Mar 10, 2022
1 parent d3dc0cd commit feeb418
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/hotspot/jtreg/runtime/Thread/Fibonacci.java
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

1 comment on commit feeb418

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.