This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [PATCH]: natThread.cc: Destroy join sync objects in finalizer
- From: Bryce McKinlay <mckinlay at redhat dot com>
- To: gnustuff at thisiscool dot com
- Cc: GCJ Patches <java-patches at gcc dot gnu dot org>
- Date: Sat, 11 Sep 2004 12:57:49 -0400
- Subject: Re: [PATCH]: natThread.cc: Destroy join sync objects in finalizer
- References: <FDGDIDTMIWSTR2WA7YV6Z6Z0XRONP.4141a31d@p733>
Mohan Embar wrote:
2004-09-10 Mohan Embar <gnustuff@thisiscool.com>
* java/lang/natThread.cc (finalize_native): Destroy
join conditional variable and mutex if these destroy
operations are supported.
OK, Thanks.
Actually we could probably do away with the #ifdefs and just define
_Jv_CondDestroy etc as empty inline functions for posix-threads. This
patch is fine for now, though.
Regards
Bryce