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

/openjdk10/jdk/test/java/beans/PropertyEditor/
H A DTest6963811.java30 * @compile -XDignore.symbol.file Test6963811.java
31 * @run main Test6963811
37 public class Test6963811 implements Runnable { class in inherits:Runnable
41 public Test6963811(long time, boolean sync) { method in class:Test6963811
50 synchronized (Test6963811.class) {
66 threads[i] = new Thread(new Test6963811(0L, i > 0));
83 new Test6963811(1000L, true).run();
/openjdk10/jdk/test/java/beans/XMLEncoder/
H A DTest6963811.java34 public class Test6963811 implements Runnable { class in inherits:Runnable
39 public Test6963811(long time, boolean sync) { method in class:Test6963811
48 synchronized (Test6963811.class) {
64 threads[i] = new Thread(new Test6963811(0L, i > 0));
81 new Test6963811(1000L, true).run();
/openjdk10/jdk/test/java/beans/Introspector/
H A DTest6963811.java34 public class Test6963811 implements Runnable { class in inherits:Runnable
38 public Test6963811(long time, boolean sync) { method in class:Test6963811
58 threads[i] = new Thread(new Test6963811(0L, i > 0));
75 new Test6963811(1000L, true).run();

Completed in 89 milliseconds