sherman [Mon, 20 May 2013 11:56:46 -0700] rev 17699
8004789: (zipfs) zip provider doesn't work correctly with file systems providers rather than the default
Summary: to use Files.createTempFile(...) to create the temp file on the same fs as the targeted path.
Reviewed-by: alanb, sherman
Contributed-by: philippe.marschall@gmail.com
plevart [Fri, 17 May 2013 14:41:39 +0200] rev 17698
8014477: (str) Race condition in String.contentEquals when comparing with StringBuffer
Reviewed-by: alanb, mduigou, dholmes
mduigou [Sat, 18 May 2013 18:55:56 -0700] rev 17697
Merge
henryjen [Thu, 09 May 2013 14:44:56 -0700] rev 17696
8006884: (fs) Add Files.list, lines and find
Reviewed-by: briangoetz, mduigou
Contributed-by: alan.bateman@oracle.com, henry.jen@oracle.com
mduigou [Fri, 17 May 2013 10:36:04 -0700] rev 17695
8004015: Additional static and instance utils for functional interfaces.
8011010: Spec j.u.f.Predicate doesn't specify NPEs thrown by the SE8's Reference Implementation
Reviewed-by: briangoetz, dholmes, chegar
psandoz [Wed, 15 May 2013 10:25:59 +0200] rev 17694
8014133: Spliterator.OfPrimitive
Reviewed-by: mduigou, forax
Contributed-by: Paul Sandoz <paul.sandoz@oracle.com>, Brian Goetz <brian.goetz@oracle.com>
psandoz [Wed, 15 May 2013 10:15:28 +0200] rev 17693
8013334: Spliterator behavior for LinkedList contradicts Spliterator.trySplit
Summary: this changeset also contains some minor, non spec, related fixes to tidy up other areas of the JavaDoc.
Reviewed-by: plevart, darcy
Contributed-by: John Rose <john.r.rose@oracle.com>, Mike Duigou <mike.duigou@oracle.com>, Paul Sandoz <paul.sandoz@oracle.com>
weijun [Sat, 18 May 2013 10:15:06 +0800] rev 17692
8012261: update policytool to support java.net.HttpURLPermission
Reviewed-by: mullan
dxu [Fri, 17 May 2013 12:04:18 -0700] rev 17691
8011136: FileInputStream.available and skip inconsistencies
Summary: Correct the behavior of available() and update related java specs for available() and skip() in InputStream and FileInputStream classes.
Reviewed-by: alanb
lana [Wed, 29 May 2013 16:56:53 -0700] rev 17690
Merge