On Mon, 3 Jun 2024 08:30:15 GMT, Inigo Mediavilla Saiz <[email protected]> wrote:
>> Print the stack traces of mounted virtual threads when calling `jcmd <pid>
>> Thread.print`.
>
> Inigo Mediavilla Saiz has updated the pull request incrementally with one
> additional commit since the last revision:
>
> Add missing header
test/hotspot/jtreg/serviceability/dcmd/thread/PrintVirtualThreadTest.java line
84:
> 82: void compute() {
> 83: started.countDown();
> 84: while(true) {
Suggestion:
while (true) {
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/19482#discussion_r1624070607