Patch [ecj]: Fix cross-configury issues / compile ecj.jar for non-shared builds

Mohan Embar gnustuff@thisiscool.com
Thu Dec 7 16:39:00 GMT 2006


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.

>Oh, fair enough.  It's just that park() and unpark() are a bit
>underdocumented, so I wanted to make sure it was all clear.

I appreciate that. You've bascially saved me the trouble of sketching this out
myself.

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





More information about the Java-patches mailing list