You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Prashanth KS (JIRA)" <ji...@apache.org> on 2010/11/18 07:06:14 UTC

[jira] Updated: (HARMONY-6678) [classlib][concurrent]ArrayIndexOutofBounds exception reported in ConcurrentSkipListSet during load test

     [ https://issues.apache.org/jira/browse/HARMONY-6678?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Prashanth KS updated HARMONY-6678:
----------------------------------

    Attachment: 001_HARMONY_6678.patch

> [classlib][concurrent]ArrayIndexOutofBounds exception reported in ConcurrentSkipListSet during load test
> --------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-6678
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6678
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>    Affects Versions: 6.0M3
>         Environment: All Operating Systems
>            Reporter: Prashanth KS
>             Fix For: 6.0M3
>
>         Attachments: 001_HARMONY_6678.patch
>
>
> An ArrayIndexOutofBoundsException is thrown when the toArray(T[]) method is invoked, under load test with multiple threads. Concurrent updates to the collection results in changing Iterator sizes. As per the Javadocs, the result of the toArray(T[]) should return as much elements possible from the Collection. 
> A toArray(T[]) method override has been implemented in ConcurrentSkipListSet and the bounds check has been included in the base class AbstractCollection to prevent this exception.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.