bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug classpath/31402] New: CopyOnWriteArrayList.remove(Object)


From: cyprien dot noel at gmail dot com
Subject: [Bug classpath/31402] New: CopyOnWriteArrayList.remove(Object)
Date: 30 Mar 2007 15:59:27 -0000

CopyOnWriteArrayList seems to raise an array out of bound exception when
removing the last object of the collection.

at IKVM.Runtime.ByteCodeHelper.arraycopy(Object src, Int32 srcStart, Object
dest, Int32 destStart, Int32 len)
   at java.util.concurrent.CopyOnWriteArrayList.remove(Int32 index)
   at java.util.AbstractList$1.remove()
   at java.util.AbstractCollection.remove(Object o)


-- 
           Summary: CopyOnWriteArrayList.remove(Object)
           Product: classpath
           Version: 0.93
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: classpath
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: cyprien dot noel at gmail dot com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31402





reply via email to

[Prev in Thread] Current Thread [Next in Thread]