netty5/transport/src
Norman Maurer dcd93e3be0 Remove volatile where not needed.
Motivation:

We can remove the volatile keyword from the cached Runnables as at worse these will just be re-created.

Modifications:

Remove volatile.

Result:

Less overhead.
2016-05-30 07:32:45 +02:00
..
main/java/io/netty Remove volatile where not needed. 2016-05-30 07:32:45 +02:00
test/java/io/netty [#5239] Allow adding handlers to pipeline with null name. 2016-05-24 06:22:44 +02:00