This module contains the JDK's extensions to the standard implementation of the java.lang.management API and also defines the management interfaces for some other components of the platform.
All platform MBeans are registered in the platform MBeanServer which can be obtained with ManagementFactory.getPlatformMBeanServer().
| Package | Description |
|---|---|
| com.sun.management | This package contains JDK extensions to the standard implementation of the java.lang.management API and also defines the management interface for some other components of the platform. |
| jdk.management | This package contains JDK extensions to the standard implementation of the java.lang.management API. |
| Modifier | Module | Description |
|---|---|---|
| transitive | java.management | Defines the Java Management Extensions (JMX) API. |
© 1993, 2025, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
https://docs.oracle.com/en/java/javase/25/docs/api/jdk.management/module-summary.html