Integrated: 8296773: G1: Factor out hash function for G1CardSet

Thomas Schatzl tschatzl at openjdk.org
Fri Nov 11 13:56:34 UTC 2022


On Thu, 10 Nov 2022 09:48:43 GMT, Thomas Schatzl <tschatzl at openjdk.org> wrote:

> Hi all,
> 
>   please review this refactoring that removes the inlining of the "hash" in `G1CardSet` to call a common function.
> This makes experimenting with different hash functions much easier.
> 
> Testing: local compilation, gha
> 
> Thanks,
>   Thomas

This pull request has now been integrated.

Changeset: f7548406
Author:    Thomas Schatzl <tschatzl at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/f75484063f116fce6f8546b381d90fe46a0ef7e1
Stats:     35 lines in 2 files changed: 20 ins; 14 del; 1 mod

8296773: G1: Factor out hash function for G1CardSet

Reviewed-by: iwalulya, kbarrett

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

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


More information about the hotspot-gc-dev mailing list