UNIXProcess.exitValue()

Richard Lethin lethin at reservoir.com
Wed Aug 26 11:24:45 PDT 1998


Or should they simply be checked in using CVS?

Who is in the current set of folks with CVS write access?

breed at almaden.ibm.com wrote:

> UNIXProcess.exitValue() should throw IllegalThreadStateException if the
> process is still running.  I would suggest adding the following line to
> exitValue() before the return:
>
>  if ( isalive ) throw new IllegalThreadStateException();
>
> BTW, people seem to post bugs on the mailing list.  Is this where they
> belong? Or is in the bug report mail address at transvirtual?  Or both?





More information about the kaffe mailing list