[jdk19] RFR: 8287847: Fatal Error when suspending virtual thread after it has terminated [v7]
Chris Plummer
cjplummer at openjdk.org
Sat Jul 2 06:30:16 UTC 2022
On Sat, 2 Jul 2022 05:16:22 GMT, Chris Plummer <cjplummer at openjdk.org> wrote:
>> test/jdk/com/sun/jdi/SuspendAfterDeath.java line 73:
>>
>>> 71:
>>> 72: public class SuspendAfterDeath extends TestScaffold {
>>> 73: private volatile ThreadReference thread;
>>
>> One minor naming suggestion:
>> The name `thread` is too generic. What about something like `targetThread` or `testedThread`?
>
> Ok. I'll rename to targetThread.
Done.
-------------
PR: https://git.openjdk.org/jdk19/pull/88
More information about the serviceability-dev
mailing list