Home
last modified time | relevance | path

Searched refs:rootGroup (Results 1 – 1 of 1) sorted by relevance

/art/test/925-threadgroups/src/art/
DTest925.java36 ThreadGroup rootGroup = curGroup; in doTest() local
37 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()