RFR: 8260643: Remove parallel version handling in CardTableRS::younger_refs_in_space_iterate()
Albert Mingkun Yang
ayang at openjdk.java.net
Mon Feb 1 13:56:46 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
Marked as reviewed by ayang (Author).
-------------
PR: https://git.openjdk.java.net/jdk/pull/2333
More information about the hotspot-gc-dev
mailing list