Searched refs:args (Results 276 - 300 of 12237) sorted by relevance

<<11121314151617181920>>

/openjdk10/hotspot/test/gc/stress/gclocker/
H A DTestGCLockerWithParallel.java33 public static void main(String[] args) { argument
H A DTestGCLockerWithCMS.java33 public static void main(String[] args) { argument
H A DTestGCLockerWithG1.java33 public static void main(String[] args) { argument
/openjdk10/hotspot/test/compiler/rangechecks/
H A DTestRangeCheckEliminationDisabled.java37 public static void main(String[] args) { argument
/openjdk10/hotspot/test/compiler/startup/
H A DTieredStopAtLevel0SanityTest.java36 public static void main(String[] args) throws Exception { argument
/openjdk10/hotspot/test/compiler/memoryinitialization/
H A DZeroTLABTest.java37 public static void main(String args[]) { argument
/openjdk10/hotspot/test/gc/concurrent_phase_control/
H A DTestConcurrentPhaseControlParallel.java45 public static void main(String[] args) throws Exception { argument
H A DTestConcurrentPhaseControlSerial.java45 public static void main(String[] args) throws Exception { argument
H A DTestConcurrentPhaseControlCMS.java45 public static void main(String[] args) throws Exception { argument
/openjdk10/hotspot/test/compiler/cpuflags/
H A DTestSSE4Disabled.java36 public static void main(String args[]) { argument
/openjdk10/hotspot/test/gc/arguments/
H A DTestMinInitialErgonomics.java41 public static void main(String args[]) throws Exception { argument
/openjdk10/hotspot/test/runtime/jni/ToStringInInterfaceTest/
H A DToStringTest.java37 public static void main(String[] args) throws Exception { argument
/openjdk10/jdk/src/java.base/share/native/libjava/
H A DNativeAccessors.c31 (JNIEnv *env, jclass unused, jobject m, jobject obj, jobjectArray args)
33 return JVM_InvokeMethod(env, m, obj, args);
37 (JNIEnv *env, jclass unused, jobject c, jobjectArray args)
39 return JVM_NewInstanceFromConstructor(env, c, args);
30 Java_jdk_internal_reflect_NativeMethodAccessorImpl_invoke0(JNIEnv *env, jclass unused, jobject m, jobject obj, jobjectArray args) argument
36 Java_jdk_internal_reflect_NativeConstructorAccessorImpl_newInstance0(JNIEnv *env, jclass unused, jobject c, jobjectArray args) argument
/openjdk10/jdk/src/jdk.jlink/share/classes/jdk/tools/jimage/
H A DMain.java32 public static void main(String[] args) throws Exception { argument
34 int rc = t.run(args);
41 * @param args command line arguments
45 public static int run(String[] args, PrintWriter out) { argument
48 return t.run(args);
/openjdk10/jdk/test/java/awt/EventQueue/
H A DHeadlessEventQueue.java34 public static void main(String args[]) { argument
/openjdk10/jdk/test/java/awt/Modal/FileDialog/
H A DFileDialogModal3Test.java45 public static void main(String[] args) throws Exception { argument
H A DFileDialogModal1Test.java45 public static void main(String[] args) throws Exception { argument
H A DFileDialogModal4Test.java45 public static void main(String[] args) throws Exception { argument
H A DFileDialogModal2Test.java45 public static void main(String[] args) throws Exception { argument
H A DFileDialogModal5Test.java45 public static void main(String[] args) throws Exception { argument
/openjdk10/jdk/test/java/awt/Modal/ModalBlockingTests/
H A DBlockingDFSetModalTest.java44 public static void main(String[] args) throws Exception { argument
H A DBlockingWindowsSetModal1Test.java45 public static void main(String[] args) throws Exception { argument
/openjdk10/jdk/test/java/awt/Modal/ToBack/
H A DToBackNonModal1Test.java42 public static void main(String[] args) throws Exception { argument
H A DToBackNonModal2Test.java42 public static void main(String[] args) throws Exception { argument
H A DToBackNonModal5Test.java42 public static void main(String[] args) throws Exception { argument

Completed in 133 milliseconds

<<11121314151617181920>>