jdk-24/jdk/test/java/util/concurrent
Doug Lea d43e798981 6805775: LinkedBlockingQueue Nodes should unlink themselves before becoming garbage
6815766: LinkedBlockingQueue's iterator can return null if drainTo(c) executes concurrently

Faster, more correct. Use self-linking trick to avoid gc retention

Reviewed-by: martin, dholmes
2009-07-28 17:17:55 -07:00
..
atomic Initial load 2007-12-01 00:00:00 +00:00
BlockingQueue 6805775: LinkedBlockingQueue Nodes should unlink themselves before becoming garbage 2009-07-28 17:17:55 -07:00
ConcurrentHashMap Initial load 2007-12-01 00:00:00 +00:00
ConcurrentMap Initial load 2007-12-01 00:00:00 +00:00
ConcurrentQueues 6805775: LinkedBlockingQueue Nodes should unlink themselves before becoming garbage 2009-07-28 17:17:55 -07:00
CopyOnWriteArrayList Initial load 2007-12-01 00:00:00 +00:00
CopyOnWriteArraySet Initial load 2007-12-01 00:00:00 +00:00
CountDownLatch Initial load 2007-12-01 00:00:00 +00:00
CyclicBarrier Initial load 2007-12-01 00:00:00 +00:00
DelayQueue 6609775: Reduce context switches in DelayQueue due to signalAll 2008-03-10 23:23:47 -07:00
Exchanger Initial load 2007-12-01 00:00:00 +00:00
ExecutorCompletionService Initial load 2007-12-01 00:00:00 +00:00
Executors Initial load 2007-12-01 00:00:00 +00:00
ExecutorService Initial load 2007-12-01 00:00:00 +00:00
FutureTask Initial load 2007-12-01 00:00:00 +00:00
LinkedBlockingQueue 6785442: ConcurrentLinkedQueue.remove() and poll() can both remove the same element 2009-07-28 13:24:52 -07:00
locks 6625723: Excessive ThreadLocal storage used by ReentrantReadWriteLock 2008-03-10 23:23:47 -07:00
ScheduledThreadPoolExecutor 6725789: ScheduledExecutorService does not work as expected in jdk7/6/5 2008-08-01 00:42:43 -07:00
Semaphore 6801020: Concurrent Semaphore release may cause some require thread not signaled 2009-03-26 11:59:07 -07:00
SynchronousQueue 6719955: Update copyright year 2008-07-02 12:55:45 -07:00
ThreadPoolExecutor Initial load 2007-12-01 00:00:00 +00:00
TimeUnit 6824583: regtest TimeUnit/Basic.java fails intermittently on Windows - again 2009-04-01 09:08:54 -07:00