netty5/transport/src
feijermu dcd62c2598
Remove the synchronized flag of fillInStackTrace method to improve performance while creating exception instance. (#10033)
Motivation:

The method body of fillInStackTrace method of IllegalStateException class in SimpleChannelPool.java is so simple (just return this) that there is no need to be marked as synchronized.

Modification:

Remove the synchronized flag of fillInStackTrace method.

Result:

It can improve performance slightly while creating a IllegalStateException instance.
2020-02-17 09:52:36 +01:00
..
main Remove the synchronized flag of fillInStackTrace method to improve performance while creating exception instance. (#10033) 2020-02-17 09:52:36 +01:00
test/java/io/netty Adding pipeline rename handler tests (#10028) 2020-02-14 16:53:09 +01:00