RFR(XS) 8224115: Shenandoah: Eliminate RWLock that protects recorded nmethod data array

Aleksey Shipilev shade at redhat.com
Thu May 23 10:40:46 UTC 2019


On 5/20/19 1:26 PM, Zhengyu Gu wrote:
> Split the original patch, moved root processing changes that deal with traversal GC problem into
> JDK-8224179.
> 
> Updated webrev: http://cr.openjdk.java.net/~zgu/JDK-8224115/webrev.01/

Looks fine, except:

What is this removal? It does not seem related:

 248 ShenandoahAllCodeRootsIterator ShenandoahCodeRoots::iterator() {
 249   return ShenandoahAllCodeRootsIterator();
 250 }
 251
 252 ShenandoahCsetCodeRootsIterator ShenandoahCodeRoots::cset_iterator() {
 253   return ShenandoahCsetCodeRootsIterator();
 254 }

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


More information about the hotspot-gc-dev mailing list