equal
deleted
inserted
replaced
29 * @summary Basic unit test of thread states returned by |
29 * @summary Basic unit test of thread states returned by |
30 * Thread.getState(). |
30 * Thread.getState(). |
31 * |
31 * |
32 * @author Mandy Chung |
32 * @author Mandy Chung |
33 * @build ThreadStateTest ThreadStateController |
33 * @build ThreadStateTest ThreadStateController |
34 * @run main ThreadStateTest |
34 * @run main/othervm -Xmixed ThreadStateTest |
35 */ |
35 */ |
36 |
36 |
37 public class ThreadStateTest { |
37 public class ThreadStateTest { |
38 private static boolean testFailed = false; |
38 private static boolean testFailed = false; |
39 |
39 |