Searched refs:HashCodeQuery (Results 1 - 1 of 1) sorted by relevance

/art/test/522-checker-regression-monitor-exit/src/
H A DMain.java34 private static class HashCodeQuery implements Callable<Integer> { class in class:Main
35 public HashCodeQuery(Object obj) { method in class:Main.HashCodeQuery
63 List<HashCodeQuery> queries = new ArrayList<HashCodeQuery>(numThreads);
65 queries.add(new HashCodeQuery(obj));

Completed in 28 milliseconds