Jörg Schaible commented on Bug XSTR-739

Actually the assumption is correct, but it fails before it can call put on each element. See, the stack trace implies that we are dealing here with two instances of OrderRetainingMap. One is provided as argument for the new one. The AIOOBE is actually risen in the entrySet() method for the provided instance. Since this method has also be called in the old implementation, I doubt that the call of putAll does actually make a difference. For me this looks more like a concurrency problem, because a key in the provided map has suddenly vanished.

Can you provide a complete stack trace?

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

To unsubscribe from this list please visit:

http://xircles.codehaus.org/manage_email

Reply via email to