[RFC][netx]: unsafe write to HashMap
Denis Lila
dlila at redhat.com
Tue Apr 5 09:13:20 PDT 2011
Hi.
I think I found a concurrency problem in
ResourceTracker.addResource. This method is not static.
It is called from different threads, and it writes to
downloadOptions which is a static HashMap. This is not
safe. The patch uses a ConcurrentHashMap. That should
be enough to fix it.
Ok to push?
Regards,
Denis.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: downloadOptionsConcurrent.patch
Type: text/x-patch
Size: 1447 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20110405/da3fbc85/downloadOptionsConcurrent.patch
More information about the distro-pkg-dev
mailing list