-
Bug
-
Resolution: Fixed
-
P4
-
repo-lilliput-17
-
x86_64
-
generic
In x86_64.ad we accidentally dropped _counters to NULL in a fast_lock() call. This means we're not counting BiasedLocking calls correctly. Let's fix that. It is only relevant in 17 because biased locking has been removed in later release.