Integrated: 8309675: Generational ZGC: compiler/gcbarriers/UnsafeIntrinsicsTest.java fails in nmt_commit

Stefan Karlsson stefank at openjdk.org
Thu Jun 8 19:44:48 UTC 2023


On Thu, 8 Jun 2023 18:05:46 GMT, Stefan Karlsson <stefank at openjdk.org> wrote:

> The failure happens because we have extra verification code that is incorrect to use when calling the NMT tracking code. 
> 
> The fix is to simply inline the address calculation code *without* the verification code.
> 
> This fixes a tier3 failure. I'm going to run this through more extensive testing but it would be good to get this reviewed.

This pull request has now been integrated.

Changeset: c4e65425
Author:    Stefan Karlsson <stefank at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/c4e6542514be19cebb41a0c390645db0a191504f
Stats:     4 lines in 1 file changed: 0 ins; 0 del; 4 mod

8309675: Generational ZGC: compiler/gcbarriers/UnsafeIntrinsicsTest.java fails in nmt_commit

Reviewed-by: aboldtch, dcubed

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

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


More information about the hotspot-gc-dev mailing list