What are the semantics of Unsafe.weakCompareAndSwapObject? These methods seem to be undocumented. Here's my guess: compareAndSwapObject : acquire, release weakCompareAndSwapObject: nothing weakCompareAndSwapObjectAcquire: acquire weakCompareAndSwapObjectRelease: release Andrew.