JDK-6865579 : Add TransferQueue/LinkedTransferQueue
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: java.util.concurrent
  • Affected Version: 7
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2009-07-28
  • Updated: 2010-04-02
  • Resolved: 2009-11-07
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 b76Fixed
Related Reports
Relates :  
Description
TransferQueue - A BlockingQueue in which producers may wait for consumers to receive elements. It may be useful for example in message passing applications in which producers sometimes await receipt of elements by consumers, while at other times enqueue elements without waiting for receipt. 

LinkedTransferQueue - An unbounded TransferQueue based on linked nodes.

Comments
EVALUATION http://hg.openjdk.java.net/jdk7/build/jdk/rev/09dc601a8bb3
09-11-2009

EVALUATION changeset: http://hg.openjdk.java.net/jdk7/m5/jdk/rev/09dc601a8bb3
03-11-2009

EVALUATION see description.
28-07-2009