jdk/test/demo/jvmti/hprof/HeapBinaryFormatTest.java
changeset 4347 ab0a9f495844
parent 2 90ce3da70b43
child 5506 202f599c92aa
equal deleted inserted replaced
4346:aee26e5a53b0 4347:ab0a9f495844
    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 {