On Tue, 28 May 2024 19:05:55 GMT, Chris Plummer <cjplum...@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