[15] RFR 8236880: Shenandoah: Move string dedup cleanup into concurrent phase
Aleksey Shipilev
shade at redhat.com
Wed Jan 22 18:21:47 UTC 2020
On 1/17/20 5:34 PM, Zhengyu Gu wrote:
> Bug: https://bugs.openjdk.java.net/browse/JDK-8236880
> Webrev: http://cr.openjdk.java.net/~zgu/JDK-8236880/webrev.00/
*) shenandoahHeap.cpp: does this change relate to this RFR?
// When concurrent root is in progress, weak roots may contain dead oops,
// they should not be used for root scanning.
if (is_concurrent_root_in_progress()) {
Otherwise looks okay.
--
Thanks,
-Aleksey
More information about the shenandoah-dev
mailing list