4748495051525354555657
} }).start(); } synchronized (results) { while (results.size() < threadCount) { results.wait(); } } for (Iterator it = results.iterator(); it.hasNext(); ) { Throwable result = (Throwable)it.next(); if (result != null) {
5758596061626364656667