RFR: 8333013: Update vmTestbase/nsk/share/LocalProcess.java to don't use finalization [v2]

Leonid Mesnik lmesnik at openjdk.org
Tue May 28 20:55:30 UTC 2024


On Tue, 28 May 2024 19:05:55 GMT, Chris Plummer <cjplummer at openjdk.org> wrote:

>> Leonid Mesnik has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   fixed check
>
> test/hotspot/jtreg/vmTestbase/nsk/share/jdb/JdbTest.java line 221:
> 
>> 219:                 }
>> 220: 
>> 221:                 if (debuggee != null && debuggee.terminated()) {
> 
> Shouldn't this be `!debuggee.terminated()`?

Thanks for catching it! I've updated check.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/19418#discussion_r1617878786


More information about the serviceability-dev mailing list