alanb [Fri, 27 Mar 2009 16:04:05 +0000] rev 2434
6772303: (se) IOException: Invalid argument" thrown on a call to Selector.select(value) with -d64
Reviewed-by: sherman
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