Searched refs:instanceMain (Results 1 - 25 of 60) sorted by relevance

123

/openjdk7/jdk/test/java/util/concurrent/locks/ReentrantReadWriteLock/
H A DBug6571733.java66 new Bug6571733().instanceMain(args);}
67 void instanceMain(String[] args) throws Throwable { method in class:Bug6571733
/openjdk7/jdk/test/sun/net/www/http/HttpClient/
H A DStreamingRetry.java42 (new StreamingRetry()).instanceMain();
45 void instanceMain() throws IOException { method in class:StreamingRetry
/openjdk7/jdk/test/java/io/FileOutputStream/
H A DAtomicAppend.java76 new AtomicAppend().instanceMain(args);}
77 void instanceMain(String[] args) throws Throwable { method in class:AtomicAppend
/openjdk7/jdk/test/java/lang/
H A DHashCode.java75 new HashCode().instanceMain(args);}
76 public void instanceMain(String[] args) throws Throwable { method in class:HashCode
/openjdk7/jdk/test/java/util/ArrayList/
H A DBug6533203.java56 new Bug6533203().instanceMain(args);}
57 void instanceMain(String[] args) throws Throwable { method in class:Bug6533203
/openjdk7/jdk/test/java/util/Collections/
H A DT6433170.java73 new T6433170().instanceMain(args);}
74 void instanceMain(String[] args) throws Throwable { method in class:T6433170
H A DCheckedIdentityMap.java67 new CheckedIdentityMap().instanceMain(args);}
68 void instanceMain(String[] args) throws Throwable { method in class:CheckedIdentityMap
/openjdk7/jdk/test/java/util/concurrent/ScheduledThreadPoolExecutor/
H A DZeroCorePoolSize.java71 new ZeroCorePoolSize().instanceMain(args);}
72 void instanceMain(String[] args) throws Throwable { method in class:ZeroCorePoolSize
H A DBasicCancelTest.java101 new BasicCancelTest().instanceMain(args);}
102 void instanceMain(String[] args) throws Throwable { method in class:BasicCancelTest
H A DDecorateTask.java102 new DecorateTask().instanceMain(args);}
103 void instanceMain(String[] args) throws Throwable { method in class:DecorateTask
/openjdk7/jdk/test/java/util/concurrent/ThreadPoolExecutor/
H A DSelfInterrupt.java72 new SelfInterrupt().instanceMain(args);}
73 void instanceMain(String[] args) throws Throwable { method in class:SelfInterrupt
H A DCoreThreadTimeOut.java104 new CoreThreadTimeOut().instanceMain(args);}
105 public void instanceMain(String[] args) throws Throwable { method in class:CoreThreadTimeOut
/openjdk7/jdk/test/java/lang/StringBuffer/
H A DCapacity.java80 new Capacity().instanceMain(args);}
81 public void instanceMain(String[] args) throws Throwable { method in class:Capacity
/openjdk7/jdk/test/java/util/concurrent/ConcurrentQueues/
H A DIteratorWeakConsistency.java112 new IteratorWeakConsistency().instanceMain(args);}
113 public void instanceMain(String[] args) throws Throwable { method in class:IteratorWeakConsistency
H A DOfferRemoveLoops.java169 new OfferRemoveLoops(args).instanceMain(args);}
170 public void instanceMain(String[] args) throws Throwable { method in class:OfferRemoveLoops
/openjdk7/jdk/test/java/util/concurrent/Phaser/
H A DArrive.java92 new Arrive().instanceMain(args);}
93 public void instanceMain(String[] args) throws Throwable { method in class:Arrive
H A DTieredArriveLoops.java104 new TieredArriveLoops(args).instanceMain(args);}
105 public void instanceMain(String[] args) throws Throwable { method in class:TieredArriveLoops
/openjdk7/jdk/test/java/util/logging/
H A DLoggerSubclass.java94 try {new LoggerSubclass().instanceMain(args);}
96 public void instanceMain(String[] args) throws Throwable { method in class:LoggerSubclass
/openjdk7/jdk/test/java/util/Arrays/
H A DFloatDoubleOrder.java118 new FloatDoubleOrder().instanceMain(args);}
119 void instanceMain(String[] args) throws Throwable { method in class:FloatDoubleOrder
/openjdk7/jdk/test/java/util/Map/
H A DLockStep.java122 new LockStep().instanceMain(args);}
123 void instanceMain(String[] args) throws Throwable { method in class:LockStep
/openjdk7/jdk/test/java/util/concurrent/BlockingQueue/
H A DLastElement.java110 new LastElement().instanceMain(args);}
111 public void instanceMain(String[] args) throws Throwable { method in class:LastElement
H A DOfferDrainToLoops.java178 new OfferDrainToLoops(args).instanceMain(args);}
179 public void instanceMain(String[] args) throws Throwable { method in class:OfferDrainToLoops
/openjdk7/jdk/test/java/util/concurrent/Executors/
H A DPrivilegedCallables.java149 new PrivilegedCallables().instanceMain(args);}
150 void instanceMain(String[] args) throws Throwable { method in class:PrivilegedCallables
/openjdk7/jdk/test/java/util/concurrent/FutureTask/
H A DDoneTimedGetLoops.java158 new DoneTimedGetLoops(args).instanceMain(args);}
159 public void instanceMain(String[] args) throws Throwable { method in class:DoneTimedGetLoops
H A DThrow.java129 new Throw().instanceMain(args);}
130 void instanceMain(String[] args) throws Throwable { method in class:Throw

Completed in 2160 milliseconds

123