This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: memory leaks and java ...
- From: Adam Megacz <adam at megacz dot com>
- To: "Boehm, Hans" <hans_boehm at hp dot com>
- Cc: Ranjit Mathew <rmathew at hotmail dot com>, Danny Smith <danny_r_smith_2001 at yahoo dot co dot nz>, java at gcc dot gnu dot org
- Date: 03 Apr 2003 10:59:54 -0800
- Subject: Re: memory leaks and java ...
- Organization: Myself
- References: <75A9FEBA25015040A761C1F74975667D01441FDD@hplex4.hpl.hp.com>
"Boehm, Hans" <hans_boehm at hp dot com> writes:
> I haven't followed the rest of this discussion,
Elsewhere it was noted that we can free the memory in a finally{}
block at the end of Thread.start().
The only reason it hasn't been done yet is that apps which fork
10threads/sec and work under gcj are rare (right now).
- a