Integrated: 8260574: Remove parallel constructs in GenCollectedHeap::process_roots
Albert Mingkun Yang
ayang at openjdk.java.net
Sun Jan 31 17:06:45 UTC 2021
On Thu, 28 Jan 2021 09:10:52 GMT, Albert Mingkun Yang <ayang at openjdk.org> wrote:
> This PR is broken into two commits for easier reviewing, one for removing the usage of `SubTasksDone` in `GenCollectedHeap`, and the other for removing `StrongRootsScope` in the call chain of `GenCollectedHeap::process_roots`.
>
> Tested: hotspot_gc
This pull request has now been integrated.
Changeset: 8a9004da
Author: Albert Mingkun Yang <ayang at openjdk.org>
Committer: Thomas Schatzl <tschatzl at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/8a9004da
Stats: 95 lines in 8 files changed: 12 ins; 50 del; 33 mod
8260574: Remove parallel constructs in GenCollectedHeap::process_roots
Reviewed-by: tschatzl, kbarrett
-------------
PR: https://git.openjdk.java.net/jdk/pull/2280
More information about the hotspot-gc-dev
mailing list