Searched defs:args (Results 126 - 150 of 6031) sorted by relevance

1234567891011>>

/openjdk7/jdk/test/com/sun/tools/attach/
H A DPermissionTest.java35 public static void main(String args[]) throws Exception { argument
41 String pid = args[0];
42 boolean shouldFail = Boolean.parseBoolean(args[1]);
H A DProviderTest.java34 public static void main(String args[]) throws Exception { argument
H A DShutdown.java35 public static void main(String args[]) throws IOException { argument
36 int port = Integer.parseInt(args[0]);
/openjdk7/jdk/test/demo/jvmti/
H A DHello.java32 public static void main(String args[]) { argument
/openjdk7/jdk/test/demo/jvmti/compiledMethodLoad/
H A DCompiledMethodLoadTest.java36 public static void main(String args[]) throws Exception { argument
41 demo.runit(args[0]);
/openjdk7/jdk/test/demo/jvmti/gctest/
H A DGctest.java36 public static void main(String args[]) throws Exception { argument
41 demo.runit(args[0]);
/openjdk7/jdk/test/demo/jvmti/heapTracker/
H A DHeapTrackerTest.java37 public static void main(String args[]) throws Exception { argument
42 demo.runit(args[0]);
/openjdk7/jdk/test/demo/jvmti/heapViewer/
H A DHeapViewerTest.java37 public static void main(String args[]) throws Exception { argument
42 demo.runit(args[0]);
/openjdk7/jdk/test/demo/jvmti/hprof/
H A DCpuOldTest.java36 public static void main(String args[]) throws Exception { argument
41 hprof.runit(args[0]);
H A DCpuSamplesTest.java36 public static void main(String args[]) throws Exception { argument
41 hprof.runit(args[0]);
H A DCpuTimesDefineClassTest.java38 public static void main(String args[]) throws Exception { argument
43 hprof.runit(args[0]);
H A DCpuTimesTest.java36 public static void main(String args[]) throws Exception { argument
41 hprof.runit(args[0]);
H A DDefineClass.java30 public static void main(String args[]) { argument
32 t.run(args);
34 public void run(String args[]) { argument
H A DHeapAllTest.java36 public static void main(String args[]) throws Exception { argument
41 hprof.runit(args[0]);
H A DHeapBinaryFormatTest.java36 public static void main(String args[]) throws Exception { argument
41 hprof.runit(args[0]);
53 hprof.runit(args[0], vm_opts);
H A DHeapDumpTest.java36 public static void main(String args[]) throws Exception { argument
41 hprof.runit(args[0]);
H A DHeapSitesTest.java36 public static void main(String args[]) throws Exception { argument
41 hprof.runit(args[0]);
H A DMonitorTest.java41 public static void main(String args[]) throws Exception { argument
46 hprof.runit(args[0]);
H A DOptionsTest.java38 public static void main(String args[]) throws Exception { argument
50 hprof.runit(args[0]);
H A DStackMapTableTest.java39 public static void main(String args[]) throws Exception { argument
51 hprof.runit(args[0]);
/openjdk7/jdk/test/demo/jvmti/minst/
H A DMinstTest.java37 public static void main(String args[]) throws Exception { argument
42 demo.runit(args[0]);
/openjdk7/jdk/test/demo/jvmti/mtrace/
H A DJFrameCreateTime.java38 public static void main(String[] args) { argument
H A DTraceJFrame.java38 public static void main(String args[]) throws Exception { argument
46 demo.runit(args[0]);
/openjdk7/jdk/test/demo/jvmti/versionCheck/
H A DFailsWhenJvmtiVersionDiffers.java36 public static void main(String args[]) throws Exception { argument
41 demo.runit(args[0]);
/openjdk7/jdk/test/demo/jvmti/waiters/
H A DWaitersTest.java37 public static void main(String args[]) throws Exception { argument
42 demo.runit(args[0]);

Completed in 91 milliseconds

1234567891011>>