Hi,

this PR changes calls like new AtomicBoolean(false) to new AtomicBoolean() as they cause a volatile write which can be saved in cases where the constructor parameter is the default value.

Cheers, Christoph