netty5/common
Max Zhuravkov a8950dfc4c InternalThreadLocalMap.arrayList should create a reusable ArrayList only if arrayList field is NULL.
Motivation:

InternalThreadLocalMap.arrayList returns a new ArrayList every time it's called that defeats the purpose of having a reusable ArrayList.

Modification:

Modified InternalThreadLocalMap.arrayList to create an ArrayList only if arrayList field is NULL.

Result:

InternalThreadLocalMap.arrayList now creates a reusable ArrayList only if arrayList field is NULL.
2017-01-03 12:54:50 -08:00
..
src InternalThreadLocalMap.arrayList should create a reusable ArrayList only if arrayList field is NULL. 2017-01-03 12:54:50 -08:00
pom.xml Support compiling netty with Java9 2016-12-03 20:12:56 +01:00