-
Bug
-
Resolution: Done
-
Major
-
14.0.19.Final
-
None
The PR has been able to uncover a very strange blocking issue that is mentioned in its comments. Basically if two threads are both trying to unlock/lock the read lock at the same time one may call Thread.onSpinWait to let the other win and then continue. Blockhound sees this as blocking, and thus we should add an exclusion for StampedLock#tryDecReaderOverflow method.