memory leaks and java ...

Adam Megacz adam@megacz.com
Thu Apr 3 21:43:00 GMT 2003


"Boehm, Hans" <hans_boehm@hp.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



More information about the Java mailing list