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

Guoxiong Li gli at openjdk.org
Fri Mar 29 10:44:36 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

This pull request has now been integrated.

Changeset: 418deaf5
Author:    Guoxiong Li <gli at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/418deaf5a1045d583ef9f5474d28dab31e2cfaf7
Stats:     4 lines in 1 file changed: 0 ins; 3 del; 1 mod

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

Reviewed-by: ayang, kbarrett

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

PR: https://git.openjdk.org/jdk/pull/18349


More information about the hotspot-gc-dev mailing list