I was looking inside the AtomicInteger Class and I came across the following method:
AtomicInteger
/** * Atomically increments by one the current value. *
It's an infinite loop, like while(true).
while(true)