RFR: 8328361: Use memset() in method CardTable::dirty_MemRegion()

Kim Barrett kbarrett at openjdk.org
Fri Mar 29 04:57:31 UTC 2024


On Mon, 18 Mar 2024 14:17:18 GMT, Guoxiong Li <gli at openjdk.org> wrote:

> Hi all,
> 
> This patch uses `memset` instead of explicit loop in method `CardTable::dirty_MemRegion` to simplify the code. Thanks for taking the time to review.
> 
> Best Regards,
> -- Guoxiong

Looks good.

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

Marked as reviewed by kbarrett (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/18349#pullrequestreview-1967830401


More information about the hotspot-gc-dev mailing list