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

/openjdk7/jdk/test/javax/swing/plaf/synth/7143614/
H A Dbug7143614.java53 Thread thread = new ThreadInAnotherAppContext();
82 private static class ThreadInAnotherAppContext extends Thread { class in class:bug7143614
83 public ThreadInAnotherAppContext() { method in class:bug7143614.ThreadInAnotherAppContext
84 super(new ThreadGroup("7143614"), "ThreadInAnotherAppContext");
/openjdk7/jdk/test/javax/swing/Security/6938813/
H A Dbug6938813.java49 Thread thread = new ThreadInAnotherAppContext();
110 private static class ThreadInAnotherAppContext extends Thread { class in class:bug6938813
111 public ThreadInAnotherAppContext() { method in class:bug6938813.ThreadInAnotherAppContext
112 super(new ThreadGroup("6938813"), "ThreadInAnotherAppContext");

Completed in 29 milliseconds