jdk/test/java/lang/management/PlatformLoggingMXBean/PlatformLoggingMXBeanTest.java
equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright (c) 2003, 2011, Oracle and/or its affiliates. All rights reserved. |
2 * Copyright (c) 2003, 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. |
27 * |
27 * |
28 * @summary Test PlatformLoggingMXBean |
28 * @summary Test PlatformLoggingMXBean |
29 * This test performs similar testing as |
29 * This test performs similar testing as |
30 * java/util/logging/LoggingMXBeanTest. |
30 * java/util/logging/LoggingMXBeanTest. |
31 * |
31 * |
|
32 * @modules java.management |
|
33 * jdk.management |
32 * @build PlatformLoggingMXBeanTest |
34 * @build PlatformLoggingMXBeanTest |
33 * @run main PlatformLoggingMXBeanTest |
35 * @run main PlatformLoggingMXBeanTest |
34 */ |
36 */ |
35 |
37 |
36 import javax.management.*; |
38 import javax.management.*; |