-
Bug
-
Resolution: Fixed
-
P4
-
18
-
b11
-
linux
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8281448 | 17.0.4-oracle | PAWAN CHAWDHARY | P4 | Resolved | Fixed | b01 |
JDK-8282972 | 17.0.4 | Goetz Lindenmaier | P4 | Resolved | Fixed | b01 |
Since the test case test/hotspot/jtreg/runtime/Thread/Fibonacci.java creates a huge number of threads, systems with not enough memory won't be able to execute the test case and might become unstable because of this test. The test is already disable for 32-bit windows because it can not handle the amount of threads. The test case should also be disabled for linux, if not enough memory is available.
$ uname -srvmpio
Linux 5.10.34-yocto-standard #1 PREEMPT Mon May 3 02:17:32 UTC 2021 armv5tejl armv5tejl armv5tejl GNU/Linux
$ free -h
total used free shared buff/cache available
Mem: 237Mi 23Mi 85Mi 3.0Mi 127Mi 202Mi
Swap: 1.0Gi 7.0Mi 1.0Gi
$ uname -srvmpio
Linux 5.10.34-yocto-standard #1 PREEMPT Mon May 3 02:17:32 UTC 2021 armv5tejl armv5tejl armv5tejl GNU/Linux
$ free -h
total used free shared buff/cache available
Mem: 237Mi 23Mi 85Mi 3.0Mi 127Mi 202Mi
Swap: 1.0Gi 7.0Mi 1.0Gi
- backported by
-
JDK-8281448 Disable Fibonacci test on memory constrained systems
- Resolved
-
JDK-8282972 Disable Fibonacci test on memory constrained systems
- Resolved
- links to
-
Commit openjdk/jdk17u-dev/feeb4180
-
Commit openjdk/jdk/adba09b9
-
Review openjdk/jdk17u-dev/222
-
Review openjdk/jdk/5051
(1 links to)