Home
last modified time | relevance | path

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

/art/test/925-threadgroups/src/art/
DTest925.java41 ThreadGroup topGroups[] = getTopThreadGroups(); in doTest() local
42 if (topGroups == null || topGroups.length != 1 || topGroups[0] != rootGroup) { in doTest()
43 System.out.println(Arrays.toString(topGroups)); in doTest()