test/hotspot/jtreg/serviceability/sa/ClhsdbPrintAs.java
changeset 50791 b1e90a8a876c
parent 48401 be065f758154
child 51287 7b1ddbafa134
equal deleted inserted replaced
50790:5dfedce8ce62 50791:b1e90a8a876c
     1 /*
     1 /*
     2  * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    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 import jdk.test.lib.apps.LingeredApp;
    28 import jdk.test.lib.apps.LingeredApp;
    29 
    29 
    30 /*
    30 /**
    31  * @test
    31  * @test
    32  * @bug 8192985
    32  * @bug 8192985
    33  * @summary Test the clhsdb 'printas' command
    33  * @summary Test the clhsdb 'printas' command
       
    34  * @requires vm.hasSA
    34  * @library /test/lib
    35  * @library /test/lib
    35  * @run main/othervm ClhsdbPrintAs
    36  * @run main/othervm ClhsdbPrintAs
    36  */
    37  */
    37 
    38 
    38 public class ClhsdbPrintAs {
    39 public class ClhsdbPrintAs {