Details
-
Enhancement
-
Resolution: Fixed
-
P4
-
8-shenandoah, 11-shenandoah, 12, 13
-
b16
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8222610 | 12u-cpu | Aleksey Shipilev | P4 | Resolved | Fixed | master |
JDK-8222270 | 12.0.2 | Aleksey Shipilev | P4 | Resolved | Fixed | b03 |
Description
Shenandoah verifier usually does the checks when the pause is over, and everything is done. One notable exception is evacuation path, where we do the verify_before_evacuation() check, then pre-evac the roots, and unblock. We need to check those roots are still fine after pre-evac by doing another verification step.
Attachments
Issue Links
- backported by
-
JDK-8222270 Shenandoah should verify roots after pre-evacuation
- Resolved
-
JDK-8222610 Shenandoah should verify roots after pre-evacuation
- Resolved