Searched defs:Flaky (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/java/util/concurrent/ThreadPoolExecutor/
H A DThrowingTasks.java87 static final ThreadGroup tg = new ThreadGroup("Flaky");
117 static class Flaky implements Runnable { class in class:ThrowingTasks
120 Flaky(Runnable beforeExecute, method in class:ThrowingTasks.Flaky
128 static final List<Flaky> flakes = new ArrayList<Flaky>();
132 flakes.add(new Flaky(x, y));
170 ((Flaky)r).beforeExecute.run();
175 check(((Thrower)((Flaky)r).execute).t == t);

Completed in 1707 milliseconds