-
Enhancement
-
Resolution: Fixed
-
P4
-
16
-
b29
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8247888 | 16 | Aleksey Shipilev | P4 | Resolved | Fixed | b03 |
JDK-8250060 | 15.0.2 | Aleksey Shipilev | P4 | Resolved | Fixed | b01 |
JDK-8250358 | 15.0.1 | Aleksey Shipilev | P4 | Resolved | Fixed | b03 |
In attempts to make tier1 more parallel to benefit huge machines, I have been looking into what tests are lagging at tail. In my trial runs, gc/z/TestUncommit seems to take the 81 sec tail of 437 sec hotspot:tier1 run. It also does not help that gc/z is closer to the end of test list lexicographically.
The test itself is sleeping most of the time, and there are three @run lines. We can make them sleep in parallel by splitting the configs.
The test itself is sleeping most of the time, and there are three @run lines. We can make them sleep in parallel by splitting the configs.
- backported by
-
JDK-8247888 ZGC: More parallel gc/z/TestUncommit.java test configuration
- Resolved
-
JDK-8250060 ZGC: More parallel gc/z/TestUncommit.java test configuration
- Resolved
-
JDK-8250358 ZGC: More parallel gc/z/TestUncommit.java test configuration
- Resolved