RFR: 8306467: Fix nsk/jdb/kill/kill001 to work with new JVMTI StopThread support for virtual threads. [v4]
Chris Plummer
cjplummer at openjdk.org
Mon May 15 23:03:03 UTC 2023
On Mon, 15 May 2023 22:40:16 GMT, Serguei Spitsyn <sspitsyn at openjdk.org> wrote:
>> Chris Plummer has updated the pull request incrementally with one additional commit since the last revision:
>>
>> fix typo in comment
>
> test/hotspot/jtreg/vmTestbase/nsk/jdb/kill/kill001/kill001.java line 39:
>
>> 37: * and then tries to kill them. If these threads are killed then
>> 38: * the value of the special "killed" variable should to the set
>> 39: * to the number of additional threads created. The value of
>
> `If these threads are killed then the value of the special "killed" variable should to the set to the number of additional threads created.`
>
> Typo? : It feels like there is a typo in the fragment: `variable should to the set to the number`.
Yes, it should be "should be set to the number"
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/13967#discussion_r1194436396
More information about the serviceability-dev
mailing list