You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do we want to support Thread.onSpinWait? This operation allows the thread to block a bit until a signal is received. In most cases, this operation is used as an optimization and will always fallback to a timed operation later.
Do we want to support Thread.onSpinWait? This operation allows the thread to block a bit until a signal is received. In most cases, this operation is used as an optimization and will always fallback to a timed operation later.
Here is an example: https://github.com/corretto/corretto-21/blob/f96d2d8b681a14c5ce0b89d719fd5b2deda4249a/src/java.base/share/classes/java/util/concurrent/LinkedTransferQueue.java#L435
Is there any case Fray will introduce a false positive if we do not support this operation?
The text was updated successfully, but these errors were encountered: