Searched refs:rootGroup (Results 1 – 1 of 1) sorted by relevance
36 ThreadGroup rootGroup = curGroup; in doTest() local37 while (rootGroup.getParent() != null) { in doTest()38 rootGroup = rootGroup.getParent(); in doTest()42 if (topGroups == null || topGroups.length != 1 || topGroups[0] != rootGroup) { in doTest()48 printThreadGroupInfo(rootGroup); in doTest()50 waitGroupChildren(rootGroup, 5 /* # daemons */, 30 /* timeout in seconds */); in doTest()