Integrated: 8307997: gtest:ZIndexDistributorTest fails on PPC64

Stefan Karlsson stefank at openjdk.org
Mon May 15 13:55:55 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.

This pull request has now been integrated.

Changeset: 97b2ca3d
Author:    Stefan Karlsson <stefank at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/97b2ca3de76046c6f52d3649d8787feea7b9ac83
Stats:     14 lines in 1 file changed: 9 ins; 0 del; 5 mod

8307997: gtest:ZIndexDistributorTest fails on PPC64

Reviewed-by: mdoerr

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

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


More information about the hotspot-gc-dev mailing list