A DESCRIPTION OF THE REQUEST :
The java tool man page sort of mentions SIGQUIT and stack trace, but it should spell it out. In addition,
kill -HUP
should output a stack trace without affecting the VM.
JUSTIFICATION :
Sometimes a program is spending a lot of time doing god-knows-what, and you want to find out without killing the JVM.
The java tool man page sort of mentions SIGQUIT and stack trace, but it should spell it out. In addition,
kill -HUP
should output a stack trace without affecting the VM.
JUSTIFICATION :
Sometimes a program is spending a lot of time doing god-knows-what, and you want to find out without killing the JVM.