How to prevent or remove orphaned IBM J9VM process programmatically
- by Nicholas Key
Hi all,
I would like to know if there is a way to, if best, prevent, or otherwise remove orphaned IBMJ9VM programmatically. It is mentioned in IBM's documentation that doing a CTRL-C will create orphan JVM process.
Nicholas