Integrated: 8369913: Parallel: Refactor PSAdjustTask

Albert Mingkun Yang ayang at openjdk.org
Mon Nov 3 09:43:35 UTC 2025


On Wed, 15 Oct 2025 13:31:06 GMT, Albert Mingkun Yang <ayang at openjdk.org> wrote:

> Cleanup roots processing (adjusting/remapping) during the adjust-phase of full-gc, so that relevant roots are grouped together with some documentations. Also, the use of `SubTasksDone` is replaced with a `volatile bool`, which is more transparent in the context.
> 
> Test: tier1-5

This pull request has now been integrated.

Changeset: 400f51f7
Author:    Albert Mingkun Yang <ayang at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/400f51f7ab19c2dc6a4195f78f9f815d03dd4434
Stats:     42 lines in 1 file changed: 21 ins; 14 del; 7 mod

8369913: Parallel: Refactor PSAdjustTask

Reviewed-by: fandreuzzi, jsikstro

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

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


More information about the hotspot-gc-dev mailing list