-
Enhancement
-
Resolution: Fixed
-
P4
-
17, 21, 23, 24
-
b13
`ShenandoahVerifier::verify_during_evacuation` is a relaxed version of `ShenandoahVerifier::verify_before_evacuation`. In current code, "during" verification is called shortly after "before" check, which really gains us nothing checking-wise, and only really wastes verification time. This is the only "during" verification check we have, all other checks verify things before/after the phases. It makes sense to remove "during evac" verification check for extra debug performance and cleanliness.
- links to
-
Commit(master) openjdk/jdk/6cf7f9c4
-
Commit(master) openjdk/shenandoah-jdk21u/84edb563
-
Review(master) openjdk/jdk/20641
-
Review(master) openjdk/shenandoah-jdk21u/129