private static final void soElement(AtomicReferenceArray<Object> buffer, int offset, Object e) {
   buffer.lazySet(offset, e);
 }