-
Enhancement
-
Resolution: Fixed
-
P4
-
8-shenandoah, 11-shenandoah, 14, 15
-
b23
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8245885 | 14u-cpu | Aleksey Shipilev | P4 | Resolved | Fixed | master |
JDK-8245326 | 14.0.2 | Aleksey Shipilev | P4 | Resolved | Fixed | b08 |
gc/shenandoah/options/TestHeuristicsUnlock.java implicitly verifies the unlocking of IU or Passive mode. This is unnecessary, as we have /gc/shenandoah/options/TestModeUnlock.java, which does it explicitly. Current code works, because it has disabled some checks until Shenandoah is non-experimental. But it would break soon. We better off removing mode checks from this test.
- backported by
-
JDK-8245326 Shenandoah: gc/shenandoah/options/TestHeuristicsUnlock.java should only verify the heuristics
- Resolved
-
JDK-8245885 Shenandoah: gc/shenandoah/options/TestHeuristicsUnlock.java should only verify the heuristics
- Resolved