RFR(XXS) 8224525: Shenandoah: Eliminate shenandoah verifier's side-effects
Aleksey Shipilev
shade at redhat.com
Wed May 22 07:29:50 UTC 2019
On 5/22/19 9:25 AM, Roman Kennke wrote:
> Where exactly does verification interfere with evacuation-in-progress?
> Because I don't see it. verify_before_evacuation() is done before
> activating the flag, and verify_after_evacuation() is done after
> clearing the flag.
There is also ShenandoahVerifier::verify_during_evacuation(). But anyhow, we want to skip any
barriers when doing verification, as we'd like to see the unaided view of the heap.
-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/20190522/6b20c643/signature.asc>
More information about the hotspot-gc-dev
mailing list