Integrated: 8260643: Remove parallel version handling in CardTableRS::younger_refs_in_space_iterate()

Thomas Schatzl tschatzl at openjdk.java.net
Tue Feb 2 11:45:02 UTC 2021


On Mon, 1 Feb 2021 11:53:00 GMT, Thomas Schatzl <tschatzl at openjdk.org> wrote:

> Hi all,
> 
>   can I have reviews for this change that removes parallel handling in `CardTableRS::younger_refs_in_space_iterate` as it is always called with n_threads <= 1, making the parallel code handling there obsolete. 
> 
> A larger cleanup of `CardTableRS` will follow in JDK-8234534.
> 
> Testing:
> tier1,2

This pull request has now been integrated.

Changeset: 288a4fed
Author:    Thomas Schatzl <tschatzl at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/288a4fed
Stats:     103 lines in 7 files changed: 3 ins; 72 del; 28 mod

8260643: Remove parallel version handling in CardTableRS::younger_refs_in_space_iterate()

Reviewed-by: ayang, sjohanss

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

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



More information about the hotspot-gc-dev mailing list