JDK-6682020 : (bf) Support monitoring of direct and mapped buffer usage
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: java.nio
  • Affected Version: 7
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2008-03-31
  • Updated: 2017-05-16
  • Resolved: 2008-09-13
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.
JDK 7
7 b36Fixed
Related Reports
Duplicate :  
Description
Resources associated with direct and mapped buffers are difficult to monitor. It would be highly desirable to augment the monitoring & management support in the platform to include support for monitoring direct and mapped buffers.

Comments
EVALUATION We have defined java.nio.BufferPoolMXBean for exactly this purpose. This allows jconsole or any JMX tool to monitor the usage of both direct and mapped buffers.
31-03-2008