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: swt fileviewer


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


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