I am running kill -3 or jstack on my application, I want to know if it is in GC pause during that time, Is there an easy way to find out from the output?
Does it answer while in GC pause? I would expect it to work nativly some how so yes.
I am running kill -3 or jstack on my application, I want to know if it is in GC pause during that time, Is there an easy way to find out from the output?
Does it answer while in GC pause? I would expect it to work nativly some how so yes.