RFR: 8309675: Generational ZGC: compiler/gcbarriers/UnsafeIntrinsicsTest.java fails in nmt_commit
Stefan Karlsson
stefank at openjdk.org
Thu Jun 8 18:13:34 UTC 2023
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.
-------------
Commit messages:
- 8309675: Generational ZGC: compiler/gcbarriers/UnsafeIntrinsicsTest.java fails in nmt_commit
Changes: https://git.openjdk.org/jdk/pull/14382/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=14382&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8309675
Stats: 4 lines in 1 file changed: 0 ins; 0 del; 4 mod
Patch: https://git.openjdk.org/jdk/pull/14382.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/14382/head:pull/14382
PR: https://git.openjdk.org/jdk/pull/14382
More information about the hotspot-gc-dev
mailing list