The thread status monitored by Java VisualVM threads is "running", "hibernating", "waiting", "residing", "monitoring"?

is there a correspondence between these states and the ThreadState defined by Thread in Java?

clipboard.png

Sep.29,2021

sleep operation corresponding to hibernation
wait for the corresponding waite
to host idle threads in the corresponding thread pool
monitor the corresponding synchronized blocking


https://www.jianshu.com/p/310.
please read this article

Menu