This is the mail archive of the java-patches@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: Patch [ecj]: Fix cross-configury issues / compile ecj.jar for non-shared builds


Hi Andrew,

>From what I can determine by scanning the net, this is probably a call
>to WaitForSingleObject() in park() and a call to SetEvent() in
>unpark().  (See
>http://www.codersource.net/win32_waitforsingleobject.html,
>http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dllproc/base/waitforsingleobject.asp.)
>It doesn't have to be anything more complicated than that.

Thanks. I'm not puzzled about how to implement this and was
going to suggest something along these lines too, but the
devil is in the details :) It has to be coded up, built, and
most importantly, tested (i.e. find and doanload the TCK, etc.)
A tad too much for me after I've been at this for two days like a
madman with very little sleep....

-- Mohan
http://www.thisiscool.com/
http://www.animalsong.org/




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