JDK-6628662 : OperatingSystemMXBean implementation should use GlobalMemoryStatusEx (win)
  • Type: Bug
  • Component: core-svc
  • Sub-Component: java.lang.management
  • Affected Version: 6
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows_vista
  • CPU: generic
  • Submitted: 2007-11-12
  • Updated: 2012-09-04
  • Resolved: 2012-09-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.
JDK 7
7-poolResolved
Related Reports
Duplicate :  
Description
The OperatingSystemMXBean implementation on Windows ues the GlobalMemoryStatus Win32 call. This function can return incorrect results on machines with more than 4 GB of memory. We should update this code to use GlobalMemoryStatusEx.

Comments
EVALUATION Will fix it in JDK 7.
22-01-2008