RFR: Better jdb support for vthreads. Improved jdb vthread testing support. [v3]
Chris Plummer
cjplummer at openjdk.java.net
Tue Mar 8 20:41:29 UTC 2022
On Tue, 8 Mar 2022 15:29:04 GMT, Alex Menkov <amenkov at openjdk.org> wrote:
>> Chris Plummer has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Minor comment changes.
>
> test/hotspot/jtreg/vmTestbase/nsk/jdb/kill/kill001/kill001.java line 133:
>
>> 131: // Continue each of the threads that received the "kill" exception. Not needed
>> 132: // for the vthread case since they are not actually killed.
>> 133: if (!vthreadMode) for (int i = 0; i < numThreads; i++) {
>
> if and for at the same line don't look good
ok
-------------
PR: https://git.openjdk.java.net/loom/pull/97
More information about the loom-dev
mailing list