-
Bug
-
Resolution: Fixed
-
P3
-
8-shenandoah, 11-shenandoah, 14, 15
-
b32
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8237230 | 15 | Zhengyu Gu | P3 | Resolved | Fixed | b06 |
JDK-8237412 | 14.0.1 | Unassigned | P3 | Resolved | Fixed | b01 |
The test creates thread pool size equals to the number of available processors.
It is usually not a problem. But on many core machines, e.g. 48 core arm machines, running with concurrent test tasks, e.g. TEST_JOBS=4, could result undesirable circumstances, including crashing the system.
Let's reduce the thread pool size to 1/4 of available processors.
It is usually not a problem. But on many core machines, e.g. 48 core arm machines, running with concurrent test tasks, e.g. TEST_JOBS=4, could result undesirable circumstances, including crashing the system.
Let's reduce the thread pool size to 1/4 of available processors.
- backported by
-
JDK-8237230 Shenandoah: Reduce thread pool size in TestEvilSyncBug.java test
-
- Resolved
-
-
JDK-8237412 Shenandoah: Reduce thread pool size in TestEvilSyncBug.java test
-
- Resolved
-