public class SingleThreadIncrement { final long ONE_THREAD = 1000000; long _count = 0; void run() { for(long i=0; i