On Wed, 22 May 2024 16:54:13 GMT, Chris Plummer <cjplum...@openjdk.org> wrote:
>> The nsk.share.jdb.Jdb has finalize() nethods that close jdb connection and >> output streams. >> >> The fix renames the method to close() and calls it explicitly after the test >> finishes. I verified that close() called for each nsk share jdb test. >> >> The jdb is also LocalProcess with it's own cleanup(). This part still >> remains the same so far. > > Looks good. @plummercj, @kevinjwalls Thank you for reviews. ------------- PR Comment: https://git.openjdk.org/jdk/pull/19336#issuecomment-2130052548