alanb [Fri, 27 Mar 2009 15:24:37 +0000] rev 2433
6693490: (se) select throws "File exists" IOException under load (lnx)
Reviewed-by: sherman
weijun [Fri, 27 Mar 2009 11:05:45 +0800] rev 2432
6802846: jarsigner needs enhanced cert validation(options)
Reviewed-by: xuelei
dl [Thu, 26 Mar 2009 17:39:42 -0700] rev 2431
6822903: Reliability and documentation improvements for ReentrantReadWriteLock
Summary: Make firstReader a Thread, not a long
Reviewed-by: martin
dl [Thu, 26 Mar 2009 11:59:07 -0700] rev 2430
6801020: Concurrent Semaphore release may cause some require thread not signaled
Summary: Introduce PROPAGATE waitStatus
Reviewed-by: martin
mchung [Wed, 25 Mar 2009 12:24:30 -0700] rev 2429
6819122: DefaultProxySelector should lazily initialize the Pattern object and the NonProxyInfo objects
Summary: Move two static NonProxyInfo fields into NonProxyInfo class and instantiate Pattern object when needed
Reviewed-by: jccollet
dl [Tue, 24 Mar 2009 19:42:23 -0700] rev 2428
6800572: Removing elements from views of NavigableMap implementations does not always work correctly.
Summary: Replace use of new TreeSet with new KeySet
Reviewed-by: martin