JDK-6546089 : isUsageThresholdExceeded should return false if threshold = 0
  • Type: Bug
  • Component: core-svc
  • Sub-Component: java.lang.management
  • Affected Version: 5.0
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2007-04-13
  • Updated: 2011-03-08
  • Resolved: 2011-03-08
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 b13Fixed
Related Reports
Relates :  
Description
MemoryPoolMXBean.isUsageThresholdExceeded() returns true if threshold = 0.  threshold=0 means that the low memory detection is disabled and isUsageThresholdExceeded() should return false.

Comments
EVALUATION Will be fixed in JDK7.
13-04-2007