static int incAndGet(AtomicInteger i) { ret i.incrementAndGet(); }