I am executing JStack command for taking thread dumps on certain interval.
I have observed that whenever JStack is executing, all threads on target process stop. I came to this conclusion after looking at my log4j 2 logs where I found no logging for the durations of JStack runs.
Can someone tell me does JSTack suspends/stops all threads in target process?