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 ...


Danny Smith <dannysmith at clear dot net dot nz> writes:
> Yes that's right.  We need a DLL in there to notify when thread
> terminates so we can do EH cleanup.

Side note: for Java-created threads we can detect thread death with a
finally block at the end of Thread.start().  I never bothered doing
this, but it might be a nice feature.

  - a


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