equal
deleted
inserted
replaced
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 |