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

Kim Barrett kbarrett at openjdk.org
Fri Nov 11 05:16:28 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

Looks good.

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

Marked as reviewed by kbarrett (Reviewer).

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


More information about the hotspot-gc-dev mailing list