Hi,

this PR changes some constructor calls like new AtomicInteger(0) that cause a volatile write which can be saved in cases where the constructor parameter is the default value.

Cheers, Christoph

Comment From: dreis2211

Damn it - forgot to change the copyrights of the affected files. Let me push this real quick.