TreeMap

2000-09-26 Thread Archie Cobbs
I've checked in that patch.. but here's a question. Why doesn't kaffe (with the old TreeMap) run out of memory when the program below is run? Maybe just chance? -Archie ___ Archie Cobbs * Whistle Communications, Inc

Re: TreeMap

2000-09-26 Thread Timothy Stack
I've checked in that patch.. but here's a question. Why doesn't kaffe (with the old TreeMap) run out of memory when the program below is run? Maybe just chance? TreeMap t = new TreeMap(); for (int i = 0; i 1000; i++) { Integer value