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
alanb [Tue, 24 Mar 2009 14:10:38 +0000] rev 2427
6621689: (dc spec) DatagramChannel.receive when channel is not bound is not specified
Reviewed-by: sherman
alanb [Tue, 24 Mar 2009 14:08:37 +0000] rev 2426
6819689: File.lastModified can return bogus value for remote file accessed as it is being deleted [win]
Reviewed-by: sherman
Contributed-by: andreas.frischknecht@softwired-inc.com
alanb [Tue, 24 Mar 2009 14:05:44 +0000] rev 2425
6807702: Integer.valueOf cache should be configurable
Reviewed-by: darcy
alanb [Tue, 24 Mar 2009 14:03:46 +0000] rev 2424
6819886: System.getProperty("os.name") reports Vista on Windows 7
Reviewed-by: sherman