-
Bug
-
Resolution: Fixed
-
P4
-
8-shenandoah, 11-shenandoah, 14, 15
-
b22
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8245908 | 14u-cpu | Aleksey Shipilev | P4 | Resolved | Fixed | master |
JDK-8245743 | 14.0.2 | Aleksey Shipilev | P4 | Resolved | Fixed | b08 |
Seems to be another regression since JDK-8239786: the global data would be added from cycle data, even if cycle data counters are zero. It was masked by global data printout filtering when counters are zero, but it is not actually correct: once at least one event happens (e.g. stray degen gc), we would see lots of zero samples. It would appear degen gc had been running with 0ns on every cycle.
- backported by
-
JDK-8245743 Shenandoah: global statistics should not accept bogus samples
- Resolved
-
JDK-8245908 Shenandoah: global statistics should not accept bogus samples
- Resolved
- relates to
-
JDK-8239786 Shenandoah: print per-cycle statistics
- Resolved