change counter from AtomicInteger to AtomicLong
I had overflows in some of my usages of the thing (when using it to follow the progress of O( n^2 ) algorithms on the full Swiss population).
Authored by: thibautd 2013-02-28
Parent: [r23253]
Child: [r23255]