commit-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

VMProcess implementation


From: Archie Cobbs
Subject: VMProcess implementation
Date: Wed, 24 Mar 2004 11:36:53 -0600 (CST)

Hi,

As promised here is a patch that implements java.lang.Process in
Classpath.  I've taken the JC implementation and rejiggered it in
an attempt to fix the bugs described in
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11801

The basic idea is we have a single dedicated thread that does all of
the spawning and reaping of child processes. This thread is created
and destroyed on demand in this implementation.

Note that this work is incomplete in the sense that it has not been
tested at all. I've only verified that it compiles when applied to
classpath-0.08. (I couldn't get the CVS head to compile because I
got lost in the autoswamp).

However, I'd appreciate a "look over" by those familiar with the
issues around this class, or better yet actually try to run it and
see what happens.

Thanks,
-Archie

__________________________________________________________________________
Archie Cobbs      *        CTO, Awarix        *      http://www.awarix.com

Attachment: VMProcess.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]