-
Bug
-
Resolution: Fixed
-
P3
-
6
-
b67
-
generic
-
generic
-
Verified
The Javadoc output for javax.management.MXBean includes an example of how a MemoryUsage class might be defined with Standard MBeans, and with MXBeans. Due to an editing error, the MXBean version includes methods setUsed and setMax where the Standard MBean version has getCommitted() and getMax(). The Standard MBean version is correct and the MXBean version should be identical here.