DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=38986>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=38986





------- Additional Comments From [EMAIL PROTECTED]  2006-03-16 15:14 -------
You example is irrelevant since the cubbyhole object in the example doesn't
modify it's internal data structures during write. HashMap however modifies its
internal data structures in put (especially if it (the HashMap) grows) so that
the entry.next pointer could point to itself and the concurrent read would be
caught in an infinite loop. 

Please consult the Api Documentation for HashMap
(http://java.sun.com/j2se/1.4.2/docs/api/java/util/HashMap.html) 

A clearly WONTFIX or rather INVALID, but I'm not a commiter, so I will not close
it, but Nial probably will do :-)

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to