in reply to fork kills Inline::Java

If running the DESTROY/END routines is in fact the problem, it may work to end the process by calling POSIX:_exit() instead.

/J