[kaffe] Bug Report: StackOverflowError and Collections

Dalibor Topic robilad at kaffe.org
Sun Oct 5 11:30:02 PDT 2003


Hi Jim,

Jim Pick wrote:

> Basically, LazyHashtable.contains(Object value) calls
> super.contains(Object value) in Hashtable, which in Classpath's
> implementation, calls Hashtable.containsValue(Object value).
> Unfortunately, LazyHashTable.containsValue(Ojbect value) overrides that,
> just calling calling LazyHashTable.contains(Object value) again, and we
> have a loop.

Should be fixed with my latest patch. Could you cvs update and try again?

cheers,
dalibor topic






More information about the kaffe mailing list