RFR: 8307997: gtest:ZIndexDistributorTest fails on PPC64

Martin Doerr mdoerr at openjdk.org
Mon May 15 13:10:45 UTC 2023


On Mon, 15 May 2023 07:57:34 GMT, Stefan Karlsson <stefank at openjdk.org> wrote:

> ZindexDistributorTest was written with the assumption that `ZCacheLineSize == 64`, which isn't the case on PPC. I've updated the test to handle this case.
> 
> Tested by temporarily changing ZCacheLineSize to 128. I also added two more cases just to disambiguate the counts in one of the test.

LGTM. Thanks for fixing it so quickly!

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

Marked as reviewed by mdoerr (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/13977#pullrequestreview-1426521670


More information about the hotspot-gc-dev mailing list