RFR: JDK-8220780: ShenandoahBS::AccessBarrier::oop_store_in_heap_at ignores AS_NO_KEEPALIVE
Roman Kennke
rkennke at redhat.com
Mon Mar 18 15:17:50 UTC 2019
Aleksey discovered that we're ignoring AS_NO_KEEPALIVE for oop-stores.
This is bad because it means we do extra processing for no good reason
(enqueueing stuff in SATB) and worst case, keep stuff alive that we
shouldn't.
Bug:
https://bugs.openjdk.java.net/browse/JDK-8220780
Cure:
http://cr.openjdk.java.net/~rkennke/JDK-8220780/webrev.00/
Passes hotspot_gc_shenandoah
Good to push?
Roman
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 801 bytes
Desc: OpenPGP digital signature
URL: <https://mail.openjdk.org/pipermail/hotspot-gc-dev/attachments/20190318/01e536b5/signature.asc>
More information about the hotspot-gc-dev
mailing list