equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved. |
2 * Copyright (c) 2013, 2015, 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. |
31 * @test |
31 * @test |
32 * @bug 8010285 |
32 * @bug 8010285 |
33 * @summary Tests that javax.management.JMX creates proxies only for the |
33 * @summary Tests that javax.management.JMX creates proxies only for the |
34 * compliant MBeans/MXBeans |
34 * compliant MBeans/MXBeans |
35 * @author Jaroslav Bachorik |
35 * @author Jaroslav Bachorik |
|
36 * @modules java.management |
36 * @run clean JMXProxyTest |
37 * @run clean JMXProxyTest |
37 * @run build JMXProxyTest |
38 * @run build JMXProxyTest |
38 * @run main JMXProxyTest |
39 * @run main JMXProxyTest |
39 */ |
40 */ |
40 public class JMXProxyTest { |
41 public class JMXProxyTest { |