RFR: JDK-8224667: Shenandoah: Post-LRB cleanup

Roman Kennke rkennke at redhat.com
Thu May 23 12:17:08 UTC 2019


 We've got some leftover mentions of write-barrier in our code. We
better clean that up and change to corresponding load-reference-barrier
mentions. Also, some arraycopy code that previously named things
'READ-*' and 'WRITE-' is now more apppropriately named 'RESOLVE*' and
'EVAC*'.

Bug:
https://bugs.openjdk.java.net/browse/JDK-8224667
Webrev:
http://cr.openjdk.java.net/~rkennke/JDK-8224667/webrev.00/

Testing: hotspot_gc_shenandoah

Ok?

Roman

-------------- 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/20190523/cd7fbb72/signature.asc>


More information about the hotspot-gc-dev mailing list