Searched refs:Striped64 (Results 1 – 3 of 3) sorted by relevance
23 abstract class Striped64 extends Number { class146 Striped64() { in Striped64() method in Striped64281 private static final AtomicLongFieldUpdater<Striped64> baseUpdater =282 AtomicLongFieldUpdater.newUpdater(Striped64.class, "base");283 private static final AtomicIntegerFieldUpdater<Striped64> busyUpdater =284 AtomicIntegerFieldUpdater.newUpdater(Striped64.class, "busy");
50 final class LongAdder extends Striped64 implements Serializable, LongAddable {
7 …Replace usages of Unsafe.compareAndSwap(Int|Long) in Striped64.java with Atomic(Integer|Long)Field…