On Mon, 18 Jul 2022 23:13:14 GMT, Alex Menkov <amen...@openjdk.org> wrote:
> The test verifies that JDI threads are daemon threads. > But enumerating threads at breakpoint it performs sanity check that all > threads returned by ThreadGroup.enumerate hasn't terminated. > But this is wrong assumption, as the test enumerates _debugger_ threads and > not _debuggee_ threads. > > The fix drops this sanity check. Looks good to me. Thanks, Serguei ------------- Marked as reviewed by sspitsyn (Reviewer). PR: https://git.openjdk.org/jdk/pull/9547