UNIXProcess.exitValue()
breed at almaden.ibm.com
breed at almaden.ibm.com
Tue Aug 25 15:52:16 PDT 1998
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