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

/openjdk7/jdk/test/java/lang/ThreadGroup/
H A DNullThreadName.java46 Thread goodThread = new Thread(tg, new GoodThread(), "goodThread");
62 out.println("GoodThread still alive, sleeping...");
68 throw new AssertionError("GoodThread is still alive!");
76 static class GoodThread implements Runnable class in class:NullThreadName

Completed in 38 milliseconds