Integrated: 8265012: Shenandoah: Backout JDK-8264718
Zhengyu Gu
zgu at openjdk.java.net
Mon Apr 12 12:50:51 UTC 2021
On Fri, 9 Apr 2021 21:14:22 GMT, Zhengyu Gu <zgu at openjdk.org> wrote:
> It turns out that enquening string deduplication candidates during concurrent root scanning may result lock rank inversion between stack watermark lock and string dedup queue lock, if the scanning is triggered by stack watermark and dedup buffer happens to be full.
>
> Backout JDK-8264718 for now, will retry after Kim's string deduplication refactoring.
>
> Test:
> - [x] hotspot_gc_shenandoah
This pull request has now been integrated.
Changeset: 125184e9
Author: Zhengyu Gu <zgu at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/125184e9
Stats: 69 lines in 5 files changed: 26 ins; 39 del; 4 mod
8265012: Shenandoah: Backout JDK-8264718
Reviewed-by: shade
-------------
PR: https://git.openjdk.java.net/jdk/pull/3423
More information about the hotspot-gc-dev
mailing list