Skip to content

Commit

Permalink
8272146: Disable Fibonacci test on memory constrained systems
Browse files Browse the repository at this point in the history
Reviewed-by: dholmes, mseledtsov, shade
  • Loading branch information
mychris authored and shipilev committed Aug 11, 2021
1 parent 846cc88 commit adba09b
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

3 comments on commit adba09b

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

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

@GoeLin
Copy link
Member

@GoeLin GoeLin commented on adba09b Mar 9, 2022

Choose a reason for hiding this comment

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

/backport jdk17u-dev

@openjdk
Copy link

@openjdk openjdk bot commented on adba09b Mar 9, 2022

Choose a reason for hiding this comment

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

@GoeLin the backport was successfully created on the branch GoeLin-backport-adba09b9 in my personal fork of openjdk/jdk17u-dev. To create a pull request with this backport targeting openjdk/jdk17u-dev:master, just click the following link:

➡️ Create pull request

The title of the pull request is automatically filled in correctly and below you find a suggestion for the pull request body:

Hi all,

This pull request contains a backport of commit adba09b9 from the openjdk/jdk repository.

The commit being backported was authored by Christoph Göttschkes on 11 Aug 2021 and was reviewed by David Holmes, Mikhailo Seledtsov and Aleksey Shipilev.

Thanks!

If you need to update the source branch of the pull then run the following commands in a local clone of your personal fork of openjdk/jdk17u-dev:

$ git fetch https://github.com/openjdk-bots/jdk17u-dev GoeLin-backport-adba09b9:GoeLin-backport-adba09b9
$ git checkout GoeLin-backport-adba09b9
# make changes
$ git add paths/to/changed/files
$ git commit --message 'Describe additional changes made'
$ git push https://github.com/openjdk-bots/jdk17u-dev GoeLin-backport-adba09b9

Please sign in to comment.