RFR (S) 8222130: Shenandoah should verify roots after pre-evacuation

Roman Kennke rkennke at redhat.com
Mon Apr 8 16:28:11 UTC 2019


> RFE:
>   https://bugs.openjdk.java.net/browse/JDK-8222130
> 
> 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.
> 
> Fix:
>   http://cr.openjdk.java.net/~shade/8222130/wevrev.01/
> 
> Testing: Linux x86_64 fastdebug hotspot_gc_shenandoah


Looks good! Thanks!

Roman
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: This is a digitally signed message part
URL: <https://mail.openjdk.org/pipermail/hotspot-gc-dev/attachments/20190408/7395164d/signature.asc>


More information about the hotspot-gc-dev mailing list