862efc618c
Motivation: The method body of fillInStackTrace method of TimeoutException class in FixedChannelPool.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 throwing a TimeoutException. |
||
---|---|---|
.. | ||
src | ||
pom.xml |