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
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