Message771

Author ype
Recipients
Date 2002-11-16.20:31:39
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=125722

This is not a jython bug.
The attached java program gives the following output:

Removed 1 direct
Calling reflected method public java.lang.Object 
java.util.ArrayList.remove(int)
Removed 2 reflected
Removed 3 direct
Calling reflected method public java.lang.Object 
java.util.Collections$SynchronizedList.remove(int)
java.lang.IllegalAccessException class 
java.util.Collections$SynchronizedList remove

Conclusion:

The problem is with java.util.Collections$SynchonizedList
This may be a bug in there.

For completeness: I'm using the following java -version:

java version "1.3.1_04"
Java(TM) 2 Runtime Environment, Standard Edition (build 
1.3.1_04-b02)
Java HotSpot(TM) Client VM (build 1.3.1_04-b02, mixed mode)

History
Date User Action Args
2008-02-20 17:17:11adminlinkissue628315 messages
2008-02-20 17:17:11admincreate