RFR: 8328361: Use 'memset' in method 'CardTable::dirty_MemRegion'
Albert Mingkun Yang
ayang at openjdk.org
Mon Mar 18 14:54:27 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
Marked as reviewed by ayang (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/18349#pullrequestreview-1943323429
More information about the hotspot-gc-dev
mailing list