test/hotspot/jtreg/serviceability/sa/ClhsdbFindPC.java
changeset 51341 09cc8813ae51
parent 50791 b1e90a8a876c
child 53267 0b6d6db878b6
equal deleted inserted replaced
51340:818768cd1c6c 51341:09cc8813ae51
    25 import java.util.List;
    25 import java.util.List;
    26 import java.util.Map;
    26 import java.util.Map;
    27 import java.util.ArrayList;
    27 import java.util.ArrayList;
    28 
    28 
    29 import jdk.test.lib.apps.LingeredApp;
    29 import jdk.test.lib.apps.LingeredApp;
    30 
       
    31 /**
    30 /**
    32  * @test
    31  * @test
    33  * @bug 8193124
    32  * @bug 8193124
    34  * @summary Test the clhsdb 'findpc' command
    33  * @summary Test the clhsdb 'findpc' command
    35  * @requires vm.hasSA
    34  * @requires vm.hasSA
       
    35  * @requires vm.compiler1.enabled
    36  * @library /test/lib
    36  * @library /test/lib
    37  * @run main/othervm ClhsdbFindPC
    37  * @run main/othervm ClhsdbFindPC
    38  */
    38  */
    39 
    39 
    40 public class ClhsdbFindPC {
    40 public class ClhsdbFindPC {