Synchronization in Vector

jacobi at parc.xerox.com jacobi at parc.xerox.com
Thu Feb 25 18:01:15 PST 1999


java.util.Vector.remove is not synchronized.
It is possible to make a case where the returned 
object is not the removed object.  

(My reading of the spec isn't exactly clear whether
that is guaranteed or not, but I would expect less
problems when kaffe is on the safe side)

Chris


More information about the kaffe mailing list