Integrated: 8368599: ShenandoahConcurrentMark could use ThreadsClaimTokenScope

Francesco Andreuzzi fandreuzzi at openjdk.org
Tue Sep 30 16:18:36 UTC 2025


On Wed, 24 Sep 2025 22:37:44 GMT, Francesco Andreuzzi <fandreuzzi at openjdk.org> wrote:

> Replace `StrongRootsScope` with `ThreadsClaimTokenScope` in `ShenandoahConcurrentMark::finish_mark_work` to be more precise with what is actually needed and why. Similar to #27385.
> 
> Test: tier1, and tier[1,2,3]_gc_shenandoah

This pull request has now been integrated.

Changeset: fe9dbcc4
Author:    Francesco Andreuzzi <fandreuzzi at openjdk.org>
Committer: Aleksey Shipilev <shade at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/fe9dbcc496671a256c61ac52df5580569dbafb0a
Stats:     5 lines in 1 file changed: 2 ins; 2 del; 1 mod

8368599: ShenandoahConcurrentMark could use ThreadsClaimTokenScope

Reviewed-by: ayang, shade, wkemper

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

PR: https://git.openjdk.org/jdk/pull/27477


More information about the hotspot-gc-dev mailing list