Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 6445165
Votes 0
Synopsis implementation scalability improvements
Category java:classes_util_concurrent
Reported Against
Release Fixed
State 3-Accepted, request for enhancement
Priority: 3-Medium
Related Bugs
Submit Date 29-JUN-2006
Description
From Doug Lea's TODO list:

6. Implementation overhauls
    * LinkedBlockingQueue really ought to use our dual-queue stuff for
      the unbounded capacity case. It is just a matter of doing it.
    * PriorityBlockingQueue needs to be reinvented. Using an underlying
      heap-based PriorityQueue makes iteration non-thread-safe and
      limits scalability.
    * Maybe also Semaphores and DelayQueues
Posted Date : 2006-06-29 16:51:29.0
Work Around
N/A
Evaluation
N/A
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang