Description
Contribution: https://github.com/apache/logging-log4j2/pull/367
From Turbanov Andrey:
It's known that writing to a volatile field has performance impact.
It's true even if code initializes field with default value.
This PR cleans such redundant initialization and improves startup performance.
See similar improvement in JDK codebase: https://bugs.openjdk.java.net/browse/JDK-8145680.