equal
deleted
inserted
replaced
24 |
24 |
25 /* @test |
25 /* @test |
26 * @bug 4965057 6313381 |
26 * @bug 4965057 6313381 |
27 * @summary Test jvmti hprof format=b |
27 * @summary Test jvmti hprof format=b |
28 * |
28 * |
29 * @compile -source 1.5 -g:source HelloWorld.java ../DemoRun.java |
29 * @compile -g:source HelloWorld.java ../DemoRun.java |
30 * @build HeapBinaryFormatTest |
30 * @build HeapBinaryFormatTest |
31 * @run main HeapBinaryFormatTest HelloWorld |
31 * @run main HeapBinaryFormatTest HelloWorld |
32 */ |
32 */ |
33 |
33 |
34 public class HeapBinaryFormatTest { |
34 public class HeapBinaryFormatTest { |