Integrated: 8286844: com/sun/jdi/RedefineCrossEvent.java failed with 1 threads completed while VM suspended

Alex Menkov amenkov at openjdk.org
Thu Jul 21 18:19:03 UTC 2022


On Mon, 18 Jul 2022 23:13:14 GMT, Alex Menkov <amenkov at 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.

This pull request has now been integrated.

Changeset: 7ec0132a
Author:    Alex Menkov <amenkov at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/7ec0132ad3129b805664c85351fe6d55041066fa
Stats:     7 lines in 1 file changed: 0 ins; 6 del; 1 mod

8286844: com/sun/jdi/RedefineCrossEvent.java failed with 1 threads completed while VM suspended

Reviewed-by: sspitsyn, cjplummer

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

PR: https://git.openjdk.org/jdk/pull/9547


More information about the serviceability-dev mailing list