RFR: 8330846: Add stacks of mounted virtual threads to the HotSpot thread dump [v4]
Inigo Mediavilla Saiz
duke at openjdk.org
Mon Jun 3 09:16:08 UTC 2024
On Mon, 3 Jun 2024 09:01:52 GMT, Andrey Turbanov <aturbanov at openjdk.org> wrote:
>> 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) {
Thanks !
Regarding formatting, are there public code formatters for openjdk code that can be used from IntelliJ or other editors ?
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/19482#discussion_r1624090018
More information about the serviceability-dev
mailing list