This is the mail archive of the
java-patches@sourceware.cygnus.com
mailing list for the Java project.
Re: Patch: posix-threads code update
Bryce> Hmm. The win32-threads.cc doesn't implement interrupt() and its
Bryce> _Jv_CondWait() doesnt appear to check for mutex ownership, so I
Bryce> would say that the changes don't apply until win32-threads.cc
Bryce> is improved.
Ok.
How about changing the Windows _Jv_CondWait to return the correct
_JV_* values at least? Currently it returns error codes, which isn't
right.
Tom