Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] ConcurrentModificationException thrown during Dumping

Hi Andy,

Just noticed this exception stack trace in a customer log. Will fill it as a bug if you think this is a correct classification of the issue.

java.util.ConcurrentModificationException
       at
java.util.WeakHashMap$HashIterator.nextEntry(WeakHashMap.java:744)
       at java.util.WeakHashMap$KeyIterator.next(WeakHashMap.java:777)
       at org.aspectj.weaver.Dump.dumpNodes(Dump.java:301)
       at org.aspectj.weaver.Dump.dumpDefault(Dump.java:281)
       at org.aspectj.weaver.Dump.dumpException(Dump.java:317)
       at org.aspectj.weaver.Dump.dumpWithException(Dump.java:124)
       at org.aspectj.weaver.Dump.dumpWithException(Dump.java:113)
       at org.aspectj.weaver.loadtime.Aj.preProcess(Aj.java:100)

Kind regards,

William



Back to the top