From 225c78f0b69b4e362ecc9dd596fc418b48fb122f Mon Sep 17 00:00:00 2001 From: Steve Loughran Date: Mon, 2 May 2005 20:45:46 +0000 Subject: [PATCH] WeakHashMap git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278216 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 3 +++ 1 file changed, 3 insertions(+) diff --git a/WHATSNEW b/WHATSNEW index a2ee48782..ee836c25d 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -92,6 +92,9 @@ Fixed bugs: * Targets with identical name work in imported project. Bugzilla Report 34566. +* DemuxOutputStream now uses a WeakHashMap to store the thread-stream mapping, + to avoid holding on to thread references after they terminate. + Other changes: --------------