> On 31 Jan 2017, at 16:58, Martin Buchholz <marti...@google.com> wrote: > > ... > > common-pool has a fix for unwanted ClassLoader retention via an inaccessible > thread context class loader. > > This differs from Chris' approach of setting the internal TCCL to null. > Instead, it unifies the handling in the default FJTF and the innocuous FJTF > by simply setting the TCCL to the system class loader. Except that the > innocuous TCCL cannot be reset by a task.
Thanks Martin. These changes look ok to me. -Chris.