swt fileviewer
Tom Tromey
tromey@redhat.com
Thu Jan 9 19:19:00 GMT 2003
>>>>> "Erik" == Erik Poupaert <erik.poupaert@chello.be> writes:
Erik> While posix-threads.cc/_JvCondWait() will return (_JV_NOT_OWNER,
Erik> _JV_INTERRUPTED, 0), which are exactly the return codes that
Erik> java::lang::Object::wait() checks on,
Erik> win32-threads.cc/_JvCondWait(), will return (GetLastError(),
Erik> ETIMEOUT, 0).
That definitely seems like a bug to me.
Please submit a PR for this problem.
Erik> Why are the return codes to java::lang::Object::wait() different
Erik> for posix and win32? Shouldn't they return the same values to
Erik> java::lang::Object::wait()?
Yes, they should.
Tom
More information about the Java
mailing list