This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: memory leaks and java ...


"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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]