Module jdk.management.cmm
Package jdk.management.cmm
This package contains the interfaces for the Cooperative Memory Management
("CMM") feature.
Cooperative memory management allows the level of pressure on system
resources to be communicated to the Java VM. The VM (and applications) can
then react, based on the level of pressure.
- Since:
- 8u40
- Commercial feature
- This is a commercial feature that must be unlocked before being used. To learn more about commercial features and how to unlock them visit http://www.oracle.com/technetwork/java/javaseproducts/.
-
Interface Summary Interface Description SystemResourcePressureMXBean When using Cooperative Memory Management, theSystemResourcePressureMXBean
serves to communicate memory pressure to the VM.