b2a9a8e9fe
Motivation: After switching to Java 8 we no longer need LongCounter and LongAdderCounter. We can directly replace them with LongAdder. Modification: Removed LongCounter and LongAdderCounter classes. Result: Less code to maintain