hotspot/test/serviceability/dcmd/vm/DynLibsTest.java
changeset 41705 332239c052cc
parent 40631 ed82623d7831
child 43467 f91da24c6bca
equal deleted inserted replaced
41704:14be0ae96c86 41705:332239c052cc
     1 import org.testng.annotations.Test;
       
     2 import org.testng.Assert;
       
     3 
       
     4 import jdk.test.lib.process.OutputAnalyzer;
       
     5 import jdk.test.lib.Platform;
       
     6 import jdk.test.lib.dcmd.CommandExecutor;
       
     7 import jdk.test.lib.dcmd.JMXExecutor;
       
     8 
       
     9 /*
     1 /*
    10  * Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.
    11  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    12  *
     4  *
    13  * 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
    26  *
    18  *
    27  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    28  * or visit www.oracle.com if you need additional information or have any
    20  * or visit www.oracle.com if you need additional information or have any
    29  * questions.
    21  * questions.
    30  */
    22  */
       
    23 
       
    24 import org.testng.annotations.Test;
       
    25 import org.testng.Assert;
       
    26 
       
    27 import jdk.test.lib.process.OutputAnalyzer;
       
    28 import jdk.test.lib.Platform;
       
    29 import jdk.test.lib.dcmd.CommandExecutor;
       
    30 import jdk.test.lib.dcmd.JMXExecutor;
    31 
    31 
    32 /*
    32 /*
    33  * @test
    33  * @test
    34  * @summary Test of VM.dynlib diagnostic command via MBean
    34  * @summary Test of VM.dynlib diagnostic command via MBean
    35  * @library /test/lib
    35  * @library /test/lib