equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright (c) 2014, 2017, Oracle and/or its affiliates. All rights reserved. |
2 * Copyright (c) 2014, 2018, 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. Oracle designates this |
7 * published by the Free Software Foundation. Oracle designates this |
62 exports sun.management.counter to |
62 exports sun.management.counter to |
63 jdk.management.agent; |
63 jdk.management.agent; |
64 exports sun.management.counter.perf to |
64 exports sun.management.counter.perf to |
65 jdk.management.agent; |
65 jdk.management.agent; |
66 exports sun.management.spi to |
66 exports sun.management.spi to |
67 jdk.management; |
67 jdk.management, |
|
68 jdk.management.jfr; |
68 |
69 |
69 uses javax.management.remote.JMXConnectorProvider; |
70 uses javax.management.remote.JMXConnectorProvider; |
70 uses javax.management.remote.JMXConnectorServerProvider; |
71 uses javax.management.remote.JMXConnectorServerProvider; |
71 uses sun.management.spi.PlatformMBeanProvider; |
72 uses sun.management.spi.PlatformMBeanProvider; |
72 |
73 |