The "jcmd Thread.print" command in its help text currently states:
Print all threads with stacktraces.
That isn't accurate since the output from that command currently doesn't include virtual threads.
Updating the text to note this detail would avoid surprises when analyzing the output from that command.
Print all threads with stacktraces.
That isn't accurate since the output from that command currently doesn't include virtual threads.
Updating the text to note this detail would avoid surprises when analyzing the output from that command.
- relates to
-
JDK-8330846 Add stacks of mounted virtual threads to the HotSpot thread dump
-
- Resolved
-