JDK-6214400 : Doc: broken links from java.lang.management.MemoryPoolMXBean doc
  • Type: Bug
  • Component: core-svc
  • Sub-Component: java.lang.management
  • Affected Version: 5.0
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2005-01-05
  • Updated: 2010-04-02
  • Resolved: 2005-03-04
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other JDK 6
5.0u7Fixed 6 b27Fixed
Description
The following links in java.lang.management.MemoryPoolMXBean javadoc are broken:

Memory Usage Monitoring
A memory pool has the following attributes:

    * Memory usage
    * Peak memory usage
    * Usage Threshold
    * Collection Usage Threshold (only supported by some garbage-collected memory pools)


###@###.### 2005-1-05 21:13:38 GMT

Comments
EVALUATION Fix javadoc in Mustang. ###@###.### 2005-1-05 21:18:47 GMT
05-01-2005

SUGGESTED FIX ------- MemoryPoolMXBean.java ------- 46,49c46,49 < * <li><a href="Usage">Memory usage</a></li> < * <li><a href="PeakUsage">Peak memory usage</a></li> < * <li><a href="UsageThreshold">Usage Threshold</a></li> < * <li><a href="CollectionThreshold">Collection Usage Threshold</a> --- > * <li><a href="#Usage">Memory usage</a></li> > * <li><a href="#PeakUsage">Peak memory usage</a></li> > * <li><a href="#UsageThreshold">Usage Threshold</a></li> > * <li><a href="#CollectionThreshold">Collection Usage Threshold</a> ###@###.### 2005-1-05 21:13:38 GMT
05-01-2005