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: [RFC] Fix PosixProcess by porting VMProcess from Classpath...


Hi People,

>David> Q3: Would it be acceptable to only fix this for PosixProcess
>David> and assume that Win32 et al work and don't need fixing.
>
>AFAIK there are only real implementations for POSIX and Win32, and a
>stubbed-out one for eCos. Replacing ConcreteProcess would just mean
>breaking Win32, which isn't too bad.

As far as I can tell, the two problems in the Bugzilla report
don't affect Win32. (I haven't rigorously tested this, though,
just desk-checked the code and consulted the MSDN documentation.)
What's more, the Win32 implementation doesn't require the
additional dedicated process-spawning thread.

I can understand the desire to consolidate the codebase, though....

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