To join a mailing list discussing this JSR, go to: http://altair.cs.oswego.edu/mailman/listinfo/concurrency-interest.
While JSR166 has completed and is a now final approved JCP spec, the expert group remains involved in incremental improvements and changes to the java.util.concurrent package and related classes and packages.
Preliminary versions of classes targeted for Java 7.
There is also a wiki containing additional documentation, notes, advice, examples, and so on for these classes that you are welcome to contribute to.
The current versions of the main JSR166 classes, reflecting updates described in an automatically generated list of changes made since the Tiger (J2SE5) release can be found at:
Preliminary versions of Deques (double-ended queues) and Navigable collections (concurrent sorted maps and sets) that appear in Mustang (J2SE6) are separately available as package jsr166x, which can be used with any Tiger J2SE:
For the official JSR166 proposal see the JCP web site..
The contents of JSR166 have been released as part of J2SE 5.0 ("Tiger") , mostly in new package java.util.concurrent.
The book Java Concurrency in Practice by Brian Goetz, with Tim Peierls, Joshua Bloch, Joseph Bowbeer, David Holmes, Doug Lea. Addison-Wesley, 2006 describes use of java.util.concurrent.
Slides from the JavaOne Collections Connection BoF (PDF) (PPT) describe Tiger and Mustang collections features, including concurrent collections.
There is a a case study report about the JCP process used in JSR166.
There is a technical paper on the JSR166 synchronizer framework appearing in the 2004 PODC CSJP Workshop.
Expert group member Brian Goetz has written several on-line articles about java.util.concurrent features, as listed at his publications page.
There are some out-of-date but mostly still accurate slides on highlights of JSR-166.
The contributing members of the JSR166 expert group are Josh Bloch, Joe Bowbeer, Brian Goetz, David Holmes, Doug Lea (spec lead), and Tim Peierls. Bill Scherer joined as a member in maintenance and extension efforts. Others contributing notable guidance and expertise include Dave Dice (Sun), Martin Buchholz (Sun), Cliff Click (Azul), Steve Dever (Sun), and Bill Pugh (UMd). Thanks also to the many other people contributing ideas, reviewing APIs and code, and testing out pre-releases.