jdk/test/demo/jvmti/hprof/StackMapTableTest.java
changeset 3223 24e98ad0c62e
parent 2 90ce3da70b43
child 3288 db82a42da273
equal deleted inserted replaced
3222:432b8f34c3b0 3223:24e98ad0c62e
    21  * have any questions.
    21  * have any questions.
    22  */
    22  */
    23 
    23 
    24 
    24 
    25 /* @test
    25 /* @test
    26  * @bug 6266289 6299047
    26  * @bug 6266289 6299047 6855180 6855551
    27  * @summary Test jvmti hprof and java_crw_demo with StackMapTable attributes
    27  * @summary Test jvmti hprof and java_crw_demo with StackMapTable attributes
    28  *
    28  *
    29  * @compile ../DemoRun.java
    29  * @compile ../DemoRun.java
    30  * @compile -source 1.6 -g:lines HelloWorld.java
    30  * @compile -source 7 -g:lines HelloWorld.java
    31  * @build StackMapTableTest
    31  * @build StackMapTableTest
    32  * @run main StackMapTableTest HelloWorld
    32  * @run main StackMapTableTest HelloWorld
    33  */
    33  */
    34 
    34 
    35 import java.util.*;
    35 import java.util.*;