package w;
import java.util.concurrent.atomic.AtomicReferenceFieldUpdater;
public abstract /* synthetic */ class b {
public static /* synthetic */ boolean a(AtomicReferenceFieldUpdater atomicReferenceFieldUpdater, Object obj, Object obj2, Object obj3) {
while (!atomicReferenceFieldUpdater.compareAndSet(obj, obj2, obj3)) {
if (atomicReferenceFieldUpdater.get(obj) != obj2) {
return false;
}
}
return true;
}
}
Download file