Searched refs:DemoRun (Results 1 - 20 of 20) sorted by relevance

/openjdk7/jdk/test/demo/jvmti/compiledMethodLoad/
H A DCompiledMethodLoadTest.java29 * @compile ../DemoRun.java ../Hello.java
37 DemoRun demo;
40 demo = new DemoRun("compiledMethodLoad", "" /* options to compiledMethodLoad */ );
/openjdk7/jdk/test/demo/jvmti/gctest/
H A DGctest.java29 * @compile ../DemoRun.java
37 DemoRun demo;
40 demo = new DemoRun("gctest", "" /* options to gctest */ );
/openjdk7/jdk/test/demo/jvmti/heapTracker/
H A DHeapTrackerTest.java29 * @compile ../DemoRun.java
38 DemoRun demo;
41 demo = new DemoRun("heapTracker", "" /* options to heapTracker */ );
/openjdk7/jdk/test/demo/jvmti/heapViewer/
H A DHeapViewerTest.java29 * @compile ../DemoRun.java
38 DemoRun demo;
41 demo = new DemoRun("heapViewer", "" /* options to heapViewer */ );
/openjdk7/jdk/test/demo/jvmti/hprof/
H A DCpuOldTest.java29 * @compile -g HelloWorld.java ../DemoRun.java
37 DemoRun hprof;
40 hprof = new DemoRun("hprof", "cpu=old");
H A DCpuSamplesTest.java29 * @compile -g:lines HelloWorld.java ../DemoRun.java
37 DemoRun hprof;
40 hprof = new DemoRun("hprof", "cpu=samples");
H A DCpuTimesDefineClassTest.java29 * @compile -g HelloWorld.java DefineClass.java ../DemoRun.java
39 DemoRun hprof;
42 hprof = new DemoRun("hprof", "cpu=times");
H A DCpuTimesTest.java29 * @compile -g HelloWorld.java ../DemoRun.java
37 DemoRun hprof;
40 hprof = new DemoRun("hprof", "cpu=times");
H A DHeapAllTest.java29 * @compile -g HelloWorld.java ../DemoRun.java
37 DemoRun hprof;
40 hprof = new DemoRun("hprof", "heap=all");
H A DHeapDumpTest.java29 * @compile -g:source HelloWorld.java ../DemoRun.java
37 DemoRun hprof;
40 hprof = new DemoRun("hprof", "heap=dump");
H A DHeapSitesTest.java29 * @compile -g:vars HelloWorld.java ../DemoRun.java
37 DemoRun hprof;
40 hprof = new DemoRun("hprof", "heap=sites");
H A DMonitorTest.java29 * @compile -g ../Context.java ../DemoRun.java
42 DemoRun hprof;
45 hprof = new DemoRun("hprof", "monitor=y");
H A DHeapBinaryFormatTest.java29 * @compile -g:source HelloWorld.java ../DemoRun.java
37 DemoRun hprof;
40 hprof = new DemoRun("hprof", "heap=dump,format=b,logflags=4");
H A DOptionsTest.java29 * @compile -g:lines HelloWorld.java ../DemoRun.java
39 DemoRun hprof;
49 hprof = new DemoRun("hprof", option);
H A DStackMapTableTest.java29 * @compile ../DemoRun.java
40 DemoRun hprof;
50 hprof = new DemoRun("hprof", option);
/openjdk7/jdk/test/demo/jvmti/minst/
H A DMinstTest.java29 * @compile ../DemoRun.java
38 DemoRun demo;
41 demo = new DemoRun("minst", "exclude=java/*,exclude=javax/*,exclude=com/*,exclude=sun/*" /* options to minst */ );
/openjdk7/jdk/test/demo/jvmti/waiters/
H A DWaitersTest.java29 * @compile ../DemoRun.java
38 DemoRun demo;
41 demo = new DemoRun("waiters", "" /* options to waiters */ );
/openjdk7/jdk/test/demo/jvmti/mtrace/
H A DTraceJFrame.java29 * @compile ../DemoRun.java
42 DemoRun demo;
45 demo = new DemoRun("mtrace", "" /* options to mtrace */ );
/openjdk7/jdk/test/demo/jvmti/versionCheck/
H A DFailsWhenJvmtiVersionDiffers.java29 * @compile ../DemoRun.java ../Hello.java
37 DemoRun demo;
40 demo = new DemoRun("versionCheck", "" /* options to versionCheck */ );
/openjdk7/jdk/test/demo/jvmti/
H A DDemoRun.java25 /* DemoRun:
90 public class DemoRun { class
98 public DemoRun(String name, String options) method in class:DemoRun

Completed in 68 milliseconds