Problemunvalidated
there seems to be two different thread states: `JVM thread_state` and `java.lang.Thread.State` — In below thread dump. Tension: Which one is the actual state of the thread? Outcome: You can see java.lang.Thread.State and thread_state as two different “perspectives” the JVM has over a thread state.
6d0e35f6-601a-408d-a70f-b0fe4c0253c0
there seems to be two different thread states: JVM thread_state and java.lang.Thread.State — In below thread dump. Tension: Which one is the actual state of the thread? Outcome: You can see java.lang.Thread.State and thread_state as two different “perspectives” the JVM has over a thread state.