netty5/common
Norman Maurer 6464c98743
Call FastThreadLocal.removeAll() before notify termination future of … (#8666)
Motivation:

We should try removing all FastThreadLocals for the Thread before we notify the termination. future. The user may block on the future and once it unblocks the JVM may terminate and start unloading classes.

Modifications:

Remove all FastThreadLocals for the Thread before notify termination future.

Result:

Fixes https://github.com/netty/netty/issues/6596.
2018-12-21 11:06:43 +01:00
..
src Call FastThreadLocal.removeAll() before notify termination future of … (#8666) 2018-12-21 11:06:43 +01:00
pom.xml [maven-release-plugin] prepare for next development iteration 2018-11-29 11:15:09 +00:00