On Tue, 4 Jun 2024 13:46:16 GMT, Inigo Mediavilla Saiz <d...@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