RFR: 8330846: Add stacks of mounted virtual threads to the HotSpot thread dump [v8]
Thomas Stuefe
stuefe at openjdk.org
Mon Jun 10 09:29:16 UTC 2024
On Tue, 4 Jun 2024 13:46:16 GMT, Inigo Mediavilla Saiz <duke at openjdk.org> wrote:
>> src/hotspot/share/runtime/threads.cpp line 1336:
>>
>>> 1334: oop vt = p->vthread();
>>> 1335: assert(vt != nullptr, "");
>>> 1336: st->print_cr(" \tMounted virtual thread #" INT64_FORMAT, (int64_t)java_lang_Thread::thread_id(vt));
>>
>> Please no manual indentation, see remarks above.
>
> I'm leaving minimal indentation and I will update the code on a new PR to rely on your changes if it's OK for you @tstuefe
Okay, that works.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/19482#discussion_r1632931400
More information about the serviceability-dev
mailing list