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

Guoxiong Li gli at openjdk.org
Fri Mar 29 10:44:35 UTC 2024


On Mon, 18 Mar 2024 14:51:37 GMT, Albert Mingkun Yang <ayang 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).

@albertnetymk @kimbarrett Thanks for the review.

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

PR Comment: https://git.openjdk.org/jdk/pull/18349#issuecomment-2027053592


More information about the hotspot-gc-dev mailing list