This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Patch: initialize ProcessManager early
Tom Tromey writes:
> >>>>> "Andrew" == Andrew Haley <aph@redhat.com> writes:
>
> Andrew> You have to wonder whether Java's Process / Streams interface is
> Andrew> really a sensible way to spawn a process that does name lookup for
> Andrew> stack traces . An earlier version of this name lookup code was
> Andrew> written in C++ and didn't use Process at all.
>
> I don't remember why this change was made. Windows support maybe?
http://gcc.gnu.org/ml/java-patches/2002-q3/msg00084.html
> Also I thought we had to do all process reaping in a single thread?
Andrew.