Message771
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)
|
|
Date |
User |
Action |
Args |
2008-02-20 17:17:11 | admin | link | issue628315 messages |
2008-02-20 17:17:11 | admin | create | |
|