Searched refs:main (Results 1 - 25 of 11873) sorted by relevance

1234567891011>>

/openjdk10/hotspot/test/gc/
H A DTestMemoryInitializationWithSerial.java31 * @run main/othervm -XX:+UseSerialGC -XX:+CheckMemoryInitialization TestMemoryInitializationWithSerial
36 public static void main(String args[]) { method in class:TestMemoryInitializationWithSerial
37 TestMemoryInitialization.main(args);
H A DTestMemoryInitializationWithCMS.java31 * @run main/othervm -XX:+UseConcMarkSweepGC -XX:+CheckMemoryInitialization TestMemoryInitializationWithCMS
36 public static void main(String args[]) { method in class:TestMemoryInitializationWithCMS
37 TestMemoryInitialization.main(args);
/openjdk10/hotspot/test/gc/stress/gcold/
H A DTestGCOldWithG1.java30 * @run main/othervm -Xmx384M -XX:+UseG1GC TestGCOldWithG1 50 1 20 10 10000
31 * @run main/othervm -Xms64m -Xmx128m -XX:+UseG1GC -XX:+UseDynamicNumberOfGCThreads -Xlog:gc,gc+task=trace TestGCOldWithG1 50 5 20 1 5000
32 * @run main/othervm -Xms64m -Xmx128m -XX:+UseG1GC -XX:+UseDynamicNumberOfGCThreads -XX:+UnlockDiagnosticVMOptions -XX:+InjectGCWorkerCreationFailure -Xlog:gc,gc+task=trace TestGCOldWithG1 50 5 20 1 5000
35 public static void main(String[] args) { method in class:TestGCOldWithG1
36 TestGCOld.main(args);
H A DTestGCOldWithCMS.java30 * @run main/othervm -Xmx384M -XX:+UseConcMarkSweepGC TestGCOldWithCMS 50 1 20 10 10000
33 public static void main(String[] args) { method in class:TestGCOldWithCMS
34 TestGCOld.main(args);
H A DTestGCOldWithParallel.java30 * @run main/othervm -Xmx384M -XX:+UseParallelGC TestGCOld 50 1 20 10 10000
31 * @run main/othervm -Xmx384M -XX:+UseParallelGC -XX:-UseParallelOldGC TestGCOld 50 1 20 10 10000
34 public static void main(String[] args) { method in class:TestGCOldWithParallel
35 TestGCOld.main(args);
H A DTestGCOldWithSerial.java30 * @run main/othervm -Xmx384M -XX:+UseSerialGC TestGCOldWithSerial 50 1 20 10 10000
33 public static void main(String[] args) { method in class:TestGCOldWithSerial
34 TestGCOld.main(args);
/openjdk10/hotspot/test/gc/stress/systemgc/
H A DTestSystemGCWithParallel.java31 * @run main/othervm/timeout=300 -Xlog:gc*=info -Xmx512m -XX:+UseParallelGC TestSystemGCWithParallel
34 public static void main(String[] args) { method in class:TestSystemGCWithParallel
35 TestSystemGC.main(args);
H A DTestSystemGCWithCMS.java31 * @run main/othervm/timeout=300 -Xlog:gc*=info -Xmx512m -XX:+UseConcMarkSweepGC TestSystemGCWithCMS
34 public static void main(String[] args) { method in class:TestSystemGCWithCMS
35 TestSystemGC.main(args);
H A DTestSystemGCWithSerial.java31 * @run main/othervm/timeout=300 -Xlog:gc*=info -Xmx512m -XX:+UseSerialGC TestSystemGCWithSerial
34 public static void main(String[] args) { method in class:TestSystemGCWithSerial
35 TestSystemGC.main(args);
H A DTestSystemGCWithG1.java31 * @run main/othervm/timeout=300 -Xlog:gc*=info -Xmx512m -XX:+UseG1GC TestSystemGCWithG1
34 public static void main(String[] args) { method in class:TestSystemGCWithG1
35 TestSystemGC.main(args);
/openjdk10/jdk/test/java/net/httpclient/
H A DManyRequests2.java36 * @run main/othervm/timeout=40 -Dtest.XFixed=true ManyRequests2
37 * @run main/othervm/timeout=40 -Dtest.XFixed=true -Dtest.insertDelay=true ManyRequests2
38 * @run main/othervm/timeout=40 -Dtest.XFixed=true -Dtest.chunkSize=64 ManyRequests2
39 * @run main/othervm/timeout=40 -Dtest.XFixed=true -Dtest.insertDelay=true -Dtest.chunkSize=64 ManyRequests2
42 // * @run main/othervm/timeout=40 -Djdk.httpclient.HttpClient.log=ssl ManyRequests
46 public static void main(String[] args) throws Exception { method in class:ManyRequests2
47 ManyRequests.main(args);
/openjdk10/jdk/test/javax/net/ssl/TLSv1/
H A DTLSDataExchangeTest.java38 * @run main/othervm -Dtest.security.protocol=TLSv1 -Dtest.mode=norm TLSDataExchangeTest
39 * @run main/othervm -Dtest.security.protocol=TLSv1 -Dtest.mode=norm_sni TLSDataExchangeTest
40 * @run main/othervm -Dtest.security.protocol=TLSv1 -Dtest.mode=krb TLSDataExchangeTest
48 public static void main(String[] args) { method in class:TLSDataExchangeTest
49 DataExchangeTest.main(args);
H A DTLSEnginesClosureTest.java38 * @run main/othervm -Dtest.security.protocol=TLSv1 -Dtest.mode=norm TLSEnginesClosureTest
39 * @run main/othervm -Dtest.security.protocol=TLSv1 -Dtest.mode=norm_sni TLSEnginesClosureTest
40 * @run main/othervm -Dtest.security.protocol=TLSv1 -Dtest.mode=krb TLSEnginesClosureTest
47 public static void main(String[] args) { method in class:TLSEnginesClosureTest
48 EnginesClosureTest.main(args);
H A DTLSRehandshakeWithCipherChangeTest.java39 * @run main/othervm -Dtest.security.protocol=TLSv1 TLSRehandshakeWithCipherChangeTest
47 public static void main(String[] args) { method in class:TLSRehandshakeWithCipherChangeTest
48 RehandshakeWithCipherChangeTest.main(args);
H A DTLSRehandshakeWithDataExTest.java39 * @run main/othervm -Dtest.security.protocol=TLSv1 -Dtest.mode=norm TLSRehandshakeWithDataExTest
40 * @run main/othervm -Dtest.security.protocol=TLSv1 -Dtest.mode=norm_sni TLSRehandshakeWithDataExTest
41 * @run main/othervm -Dtest.security.protocol=TLSv1 -Dtest.mode=krb TLSRehandshakeWithDataExTest
50 public static void main(String[] args) { method in class:TLSRehandshakeWithDataExTest
51 RehandshakeWithDataExTest.main(args);
H A DTLSMFLNTest.java39 * @run main/othervm -Dtest.security.protocol=TLSv1 -Dtest.mode=norm TLSMFLNTest
40 * @run main/othervm -Dtest.security.protocol=TLSv1 -Dtest.mode=norm_sni TLSMFLNTest
41 * @run main/othervm -Dtest.security.protocol=TLSv1 -Dtest.mode=krb TLSMFLNTest
49 public static void main(String[] args) { method in class:TLSMFLNTest
50 MFLNTest.main(args);
H A DTLSRehandshakeTest.java38 * @run main/othervm -Dtest.security.protocol=TLSv1 -Dtest.mode=norm TLSRehandshakeTest
39 * @run main/othervm -Dtest.security.protocol=TLSv1 -Dtest.mode=norm_sni TLSRehandshakeTest
40 * @run main/othervm -Dtest.security.protocol=TLSv1 -Dtest.mode=krb TLSRehandshakeTest
48 public static void main(String[] args) { method in class:TLSRehandshakeTest
49 RehandshakeTest.main(args);
H A DTLSHandshakeTest.java38 * @run main/othervm -Dtest.security.protocol=TLSv1 -Dtest.mode=norm TLSHandshakeTest
39 * @run main/othervm -Dtest.security.protocol=TLSv1 -Dtest.mode=norm_sni TLSHandshakeTest
40 * @run main/othervm -Dtest.security.protocol=TLSv1 -Dtest.mode=krb TLSHandshakeTest
47 public static void main(String[] args) { method in class:TLSHandshakeTest
48 HandshakeTest.main(args);
H A DTLSNotEnabledRC4Test.java36 * @run main/othervm -Dtest.security.protocol=TLSv1 TLSNotEnabledRC4Test
43 public static void main(String[] args) throws Exception { method in class:TLSNotEnabledRC4Test
44 NotEnabledRC4Test.main(args);
H A DTLSUnsupportedCiphersTest.java37 * @run main/othervm -Dtest.security.protocol=TLSv1 TLSUnsupportedCiphersTest
44 public static void main(String[] args) { method in class:TLSUnsupportedCiphersTest
45 UnsupportedCiphersTest.main(args);
/openjdk10/jdk/test/javax/net/ssl/DTLS/
H A DDTLSRehandshakeWithDataExTest.java39 * @run main/othervm -Dtest.security.protocol=DTLS
41 * @run main/othervm -Dtest.security.protocol=DTLS
43 * @run main/othervm -Dtest.security.protocol=DTLS
53 public static void main(String[] args) { method in class:DTLSRehandshakeWithDataExTest
54 RehandshakeWithDataExTest.main(args);
H A DDTLSUnsupportedCiphersTest.java37 * @run main/othervm -Dtest.security.protocol=DTLS DTLSUnsupportedCiphersTest
44 public static void main(String[] args) { method in class:DTLSUnsupportedCiphersTest
45 UnsupportedCiphersTest.main(args);
/openjdk10/jdk/test/javax/net/ssl/DTLSv10/
H A DDTLSv10RehandshakeWithCipherChangeTest.java39 * @run main/othervm -Dtest.security.protocol=DTLSv1.0
48 public static void main(String[] args) { method in class:DTLSv10RehandshakeWithCipherChangeTest
49 RehandshakeWithCipherChangeTest.main(args);
H A DDTLSv10RehandshakeWithDataExTest.java39 * @run main/othervm -Dtest.security.protocol=DTLSv1.0
41 * @run main/othervm -Dtest.security.protocol=DTLSv1.0
43 * @run main/othervm -Dtest.security.protocol=DTLSv1.0
53 public static void main(String[] args) { method in class:DTLSv10RehandshakeWithDataExTest
54 RehandshakeWithDataExTest.main(args);
H A DDTLSv10SequenceNumberTest.java39 * @run main/othervm -Dtest.security.protocol=DTLSv1.0
41 * @run main/othervm -Dtest.security.protocol=DTLSv1.0
43 * @run main/othervm -Dtest.security.protocol=DTLSv1.0
52 public static void main(String[] args) { method in class:DTLSv10SequenceNumberTest
53 DTLSHandshakeWithReplicatedPacketsTest.main(args);

Completed in 142 milliseconds

1234567891011>>