RFR: 8330846: Add stacks of mounted virtual threads to the HotSpot thread dump
David Holmes
dholmes at openjdk.org
Fri May 31 02:04:05 UTC 2024
On Thu, 30 May 2024 14:13:34 GMT, Inigo Mediavilla Saiz <duke at openjdk.org> wrote:
> Print the stack traces of mounted virtual threads when calling `jcmd <pid> Thread.print`.
Do you look at `JavaThread::print_vthread_stack_on`? The last thing we need is yet-another-version of stack printing code.
-------------
PR Review: https://git.openjdk.org/jdk/pull/19482#pullrequestreview-2089761057
More information about the hotspot-runtime-dev
mailing list