A fellow developer told me today that Java (or the JIT) can automatically optimize the execution of a for loop so that it uses all of the available CPUs on the computer, so long as the code in each iteration of the for loop can execute without relying on variables modified in previous iterations of the loop.A fellow developer told me today that Java (or