On 05/06/2024 07:45, Iñigo Mediavilla wrote:
Thanks, Alan. Sorry, I wasn't clear in my message. I wasn't thinking
about including unmounted threads in the output of `Thread.print`, I
agree with you that besides the formatting things that still need to
be fixed there's no need to add more changes to the `Thread.print`
command in the context of 8330846.
My doubts were related to the fact that 8330846 also refers to
including the stack of mounted threads in the output of `jstack` and
I'm not sure about what's the best way to implement that. In my
previous message, I explained some approaches that I looked into to
have mounted virtual threads in `jstack` but I'm not sure about them.
jstack is the equivalent of jcmd Thread.print so I don't think there is
anything to do.
-Alan