A CopyOnWriteArrayList won't work since it does not support remove()... but the idea is to replace the ArrayList with a java.utl.concurrent structure... Gary
On Fri, Aug 17, 2018 at 11:05 AM Gary Gregory <garydgreg...@gmail.com> wrote: > Hi All and Phil: > > In [DBCP] Abandoned trace we use an Array with synchronized blocks. Should > we replace this usage with a CopyOnWriteArrayList and no custom blocks? > > Gary >