netty5/common/src
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
..
main Call FastThreadLocal.removeAll() before notify termination future of … (#8666) 2018-12-21 11:06:43 +01:00
test Harden ref-counting concurrency semantics (#8583) 2018-11-29 08:32:32 +01:00