-
Notifications
You must be signed in to change notification settings - Fork 562
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
i#2502 locks: Fix bug in ATOMIC_MAX on AArchXX
Adds a missing load-acquire in a loop in ATOMIC_MAX that causes hangs in RSTATS_ADD_PEAK. Tested on the client.annotation-concurrency test on AArch64 where without this fix it hangs under release-build plain DR every ~100 runs. With the fix, there is no hang in 20K runs. Issue: #2502, #4928
- Loading branch information
1 parent
93fe4af
commit 3c846da
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters