When I kill -9 a JVM process, I want it to go away.
If I kill -9 a wrapped JVM process, the wrapper interprets its disappearance as an unexpected exit and automatically launches a new JVM. I think it'd be nice if there was a configuration parameter that allowed me to tell the wrapper to effectively ignore the SIGKILL signal. With the flag set, instead of launching a new JVM, the native wrapper process would immediately exit.