equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved. |
2 * Copyright (c) 2015, 2017, 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. |
34 * @summary Test of invalid diagnostic command (tests all DCMD executors) |
34 * @summary Test of invalid diagnostic command (tests all DCMD executors) |
35 * @library /test/lib |
35 * @library /test/lib |
36 * @modules java.base/jdk.internal.misc |
36 * @modules java.base/jdk.internal.misc |
37 * java.compiler |
37 * java.compiler |
38 * java.management |
38 * java.management |
39 * jdk.jvmstat/sun.jvmstat.monitor |
39 * jdk.internal.jvmstat/sun.jvmstat.monitor |
40 * @run testng/othervm -XX:+UsePerfData InvalidCommandTest |
40 * @run testng/othervm -XX:+UsePerfData InvalidCommandTest |
41 */ |
41 */ |
42 public class InvalidCommandTest { |
42 public class InvalidCommandTest { |
43 |
43 |
44 public void run(CommandExecutor executor) { |
44 public void run(CommandExecutor executor) { |