Home
last modified time | relevance | path

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

/art/test/927-timers/src/art/
DTest927.java27 int all1 = Runtime.getRuntime().availableProcessors(); in doTest() local
29 if (all1 != all2) { in doTest()
30 throw new RuntimeException("Available processors doesn't match: " + all1 + " vs " + all2); in doTest()