JDK-6233236 : Reduce need to replace interrupted worker threads in ThreadPoolExecutor for performance
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.util.concurrent
  • Affected Version: 6
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2005-02-25
  • Updated: 2010-04-02
  • Resolved: 2005-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 6
6 b51Fixed
Description
From Doug Lea:

Reduce need to replace interrupted worker threads in ThreadPoolExecutor to avoid possible performance problems.
###@###.### 2005-2-25 16:52:06 GMT

Comments
EVALUATION Being imported from 166x. ###@###.### 2005-2-25 16:52:06 GMT
25-02-2005