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=29625>.
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=29625

[collections] FastArrayList iterator method throwing ConcurrentModificationException 
in 'fast' mode





------- Additional Comments From [EMAIL PROTECTED]  2004-06-22 22:54 -------
It looks like your test code has a race condition. The line to setFast(true) is 
after the thread start (which creates the iterator). This might be what you are 
seeing.

In general, we would not advise relying on an implementation note as a 
guarantee of behaviour.

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

Reply via email to