JDK-6255405 : JMX monitors should remove idle threads
  • Type: Bug
  • Component: core-svc
  • Sub-Component: javax.management
  • Affected Version: 6
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2005-04-14
  • Updated: 2010-07-29
  • Resolved: 2005-09-17
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 6
6 b53Fixed
Related Reports
Relates :  
Description
JMX monitors should take advantage of the new ThreadPoolExecutor method
    allowCoreThreadTimeOut(boolean)
and call it with a true value to cleanup idle threads.

###@###.### 2005-04-14 17:26:00 GMT

Comments
EVALUATION JMX monitors must call ThreadPoolExecutor.allowCoreThreadTimeOut(true).
06-09-2005