This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: web: port-threads doc update
- From: Tom Tromey <tromey at redhat dot com>
- To: Bryce McKinlay <bryce at waitaki dot otago dot ac dot nz>
- Cc: java-patches at gcc dot gnu dot org, hans_boehm at hp dot com
- Date: 15 Dec 2001 16:55:12 -0700
- Subject: Re: web: port-threads doc update
- References: <3C1B050A.2090705@waitaki.otago.ac.nz>
- Reply-to: tromey at redhat dot com
Bryce> 2001-12-15 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
Bryce> * port-threads.html: Updated.
Thanks for doing this. It was on my to-do list after seeing some of
Adam's messages, but now it is off again.
Bryce> <dt>int _Jv_MutexLock (_Jv_Mutex_t *mutex)
I notice we don't actually use the return result of this in libgcj.
It seems like we should either use it, or we should redefine this to
return `void' and simply throw an exception on error. I've CCd Hans
since I think he probably has an opinion on which would be better.
Tom