Searched refs:DemoRun (Results 1 - 20 of 20) sorted by relevance
/openjdk7/jdk/test/demo/jvmti/compiledMethodLoad/ |
H A D | CompiledMethodLoadTest.java | 29 * @compile ../DemoRun.java ../Hello.java 37 DemoRun demo; 40 demo = new DemoRun("compiledMethodLoad", "" /* options to compiledMethodLoad */ );
|
/openjdk7/jdk/test/demo/jvmti/gctest/ |
H A D | Gctest.java | 29 * @compile ../DemoRun.java 37 DemoRun demo; 40 demo = new DemoRun("gctest", "" /* options to gctest */ );
|
/openjdk7/jdk/test/demo/jvmti/heapTracker/ |
H A D | HeapTrackerTest.java | 29 * @compile ../DemoRun.java 38 DemoRun demo; 41 demo = new DemoRun("heapTracker", "" /* options to heapTracker */ );
|
/openjdk7/jdk/test/demo/jvmti/heapViewer/ |
H A D | HeapViewerTest.java | 29 * @compile ../DemoRun.java 38 DemoRun demo; 41 demo = new DemoRun("heapViewer", "" /* options to heapViewer */ );
|
/openjdk7/jdk/test/demo/jvmti/hprof/ |
H A D | CpuOldTest.java | 29 * @compile -g HelloWorld.java ../DemoRun.java 37 DemoRun hprof; 40 hprof = new DemoRun("hprof", "cpu=old");
|
H A D | CpuSamplesTest.java | 29 * @compile -g:lines HelloWorld.java ../DemoRun.java 37 DemoRun hprof; 40 hprof = new DemoRun("hprof", "cpu=samples");
|
H A D | CpuTimesDefineClassTest.java | 29 * @compile -g HelloWorld.java DefineClass.java ../DemoRun.java 39 DemoRun hprof; 42 hprof = new DemoRun("hprof", "cpu=times");
|
H A D | CpuTimesTest.java | 29 * @compile -g HelloWorld.java ../DemoRun.java 37 DemoRun hprof; 40 hprof = new DemoRun("hprof", "cpu=times");
|
H A D | HeapAllTest.java | 29 * @compile -g HelloWorld.java ../DemoRun.java 37 DemoRun hprof; 40 hprof = new DemoRun("hprof", "heap=all");
|
H A D | HeapDumpTest.java | 29 * @compile -g:source HelloWorld.java ../DemoRun.java 37 DemoRun hprof; 40 hprof = new DemoRun("hprof", "heap=dump");
|
H A D | HeapSitesTest.java | 29 * @compile -g:vars HelloWorld.java ../DemoRun.java 37 DemoRun hprof; 40 hprof = new DemoRun("hprof", "heap=sites");
|
H A D | MonitorTest.java | 29 * @compile -g ../Context.java ../DemoRun.java 42 DemoRun hprof; 45 hprof = new DemoRun("hprof", "monitor=y");
|
H A D | HeapBinaryFormatTest.java | 29 * @compile -g:source HelloWorld.java ../DemoRun.java 37 DemoRun hprof; 40 hprof = new DemoRun("hprof", "heap=dump,format=b,logflags=4");
|
H A D | OptionsTest.java | 29 * @compile -g:lines HelloWorld.java ../DemoRun.java 39 DemoRun hprof; 49 hprof = new DemoRun("hprof", option);
|
H A D | StackMapTableTest.java | 29 * @compile ../DemoRun.java 40 DemoRun hprof; 50 hprof = new DemoRun("hprof", option);
|
/openjdk7/jdk/test/demo/jvmti/minst/ |
H A D | MinstTest.java | 29 * @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 D | WaitersTest.java | 29 * @compile ../DemoRun.java 38 DemoRun demo; 41 demo = new DemoRun("waiters", "" /* options to waiters */ );
|
/openjdk7/jdk/test/demo/jvmti/mtrace/ |
H A D | TraceJFrame.java | 29 * @compile ../DemoRun.java 42 DemoRun demo; 45 demo = new DemoRun("mtrace", "" /* options to mtrace */ );
|
/openjdk7/jdk/test/demo/jvmti/versionCheck/ |
H A D | FailsWhenJvmtiVersionDiffers.java | 29 * @compile ../DemoRun.java ../Hello.java 37 DemoRun demo; 40 demo = new DemoRun("versionCheck", "" /* options to versionCheck */ );
|
/openjdk7/jdk/test/demo/jvmti/ |
H A D | DemoRun.java | 25 /* DemoRun: 90 public class DemoRun { class 98 public DemoRun(String name, String options) method in class:DemoRun
|
Completed in 68 milliseconds