Re: [kaffe] Bug Report: StackOverflowError and Collections

2003-10-05 Thread Dalibor Topic
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

Re: [kaffe] Bug Report: StackOverflowError and Collections

2003-09-09 Thread Tom Tromey
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

Re: [kaffe] Bug Report: StackOverflowError and Collections

2003-09-02 Thread Jim Pick
On Fri, 29 Aug 2003 18:14:00 -0700 Jim Pick [EMAIL PROTECTED] wrote: Hi, I'm running into problems building ant from CVS (4/28/2003 00:00 UTC), on an x86 Linux machine with the defaults (jthreads/jit3). It fails like this: ... Building Ant Distribution Buildfile: build.xml BUILD

Re: [kaffe] Bug Report: StackOverflowError and Collections

2003-09-02 Thread Jim Pick
On Tue, 2 Sep 2003 19:49:38 -0700 Jim Pick [EMAIL PROTECTED] wrote: On Fri, 29 Aug 2003 18:14:00 -0700 Jim Pick [EMAIL PROTECTED] wrote: Hi, I'm running into problems building ant from CVS (4/28/2003 00:00 UTC), on an x86 Linux machine with the defaults (jthreads/jit3). It fails

[kaffe] Bug Report: StackOverflowError and Collections

2003-08-30 Thread Jim Pick
Hi, I'm running into problems building ant from CVS (4/28/2003 00:00 UTC), on an x86 Linux machine with the defaults (jthreads/jit3). It fails like this: ... Building Ant Distribution Buildfile: build.xml BUILD FAILED java.lang.StackOverflowError No stacktrace available Total time: 0