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

Aleksey Shipilev shade at redhat.com
Mon Apr 8 16:08:09 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

-Aleksey

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL: <https://mail.openjdk.org/pipermail/hotspot-gc-dev/attachments/20190408/e91b66bc/signature.asc>


More information about the hotspot-gc-dev mailing list