netty5/handler/src/main/java/io/netty
Norman Maurer 9687d77b5a Move validation of arguments out of synchronized block
Motivation:

There is no need already use synchronized when validate the args of the methods.

Modifications:

First validate arguments and then use synchronized

Result:

Less code executed in synchronized block.
2016-06-20 14:23:47 +02:00
..
handler Move validation of arguments out of synchronized block 2016-06-20 14:23:47 +02:00