Integrated: 8272327: Shenandoah: Avoid enqueuing duplicate string candidates

Zhengyu Gu zgu at openjdk.java.net
Tue Aug 17 00:38:28 UTC 2021


On Thu, 12 Aug 2021 00:12:14 GMT, Zhengyu Gu <zgu at openjdk.org> wrote:

> Now, there is a new API java_lang_String::test_and_set_deduplication_requested() that can help to identify if a string candidate has been enqueued, so that we can avoid enqueuing duplicate entries.
> 
> Test:
> - [x] hotspot_gc_shenandoah

This pull request has now been integrated.

Changeset: ee8bf10d
Author:    Zhengyu Gu <zgu at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/ee8bf10d321da8a261ff4eda705cef753b4a7014
Stats:     10 lines in 3 files changed: 8 ins; 0 del; 2 mod

8272327: Shenandoah: Avoid enqueuing duplicate string candidates

Reviewed-by: rkennke

-------------

PR: https://git.openjdk.java.net/jdk/pull/5096



More information about the hotspot-gc-dev mailing list