test/hotspot/jtreg/serviceability/sa/ClhsdbVmStructsDump.java
changeset 50791 b1e90a8a876c
parent 48181 61a14b5cb1c6
child 53596 bb40a5303c84
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.
    24 import java.util.HashMap;
    24 import java.util.HashMap;
    25 import java.util.List;
    25 import java.util.List;
    26 import java.util.Map;
    26 import java.util.Map;
    27 import jdk.test.lib.apps.LingeredApp;
    27 import jdk.test.lib.apps.LingeredApp;
    28 
    28 
    29 /*
    29 /**
    30  * @test
    30  * @test
    31  * @bug 8191538
    31  * @bug 8191538
    32  * @summary Test clhsdb 'vmstructsdump' command
    32  * @summary Test clhsdb 'vmstructsdump' command
       
    33  * @requires vm.hasSA
    33  * @library /test/lib
    34  * @library /test/lib
    34  * @run main/othervm ClhsdbVmStructsDump
    35  * @run main/othervm ClhsdbVmStructsDump
    35  */
    36  */
    36 
    37 
    37 public class ClhsdbVmStructsDump {
    38 public class ClhsdbVmStructsDump {