weijun [Sat, 27 Apr 2013 18:25:16 +0800] rev 17189
8005523: Unbound krb5 for TLS
Reviewed-by: xuelei
plevart [Fri, 26 Apr 2013 16:09:53 -0700] rev 17188
7123493: (proxy) Proxy.getProxyClass doesn't scale under high load
Reviewed-by: mchung
mfang [Fri, 26 Apr 2013 14:16:23 -0700] rev 17187
Merge
mfang [Fri, 26 Apr 2013 09:19:58 -0700] rev 17186
Merge
mfang [Mon, 22 Apr 2013 23:17:22 -0700] rev 17185
Merge
mfang [Mon, 25 Mar 2013 16:49:25 -0700] rev 17184
8010521: jdk8 l10n resource file translation update 2
Reviewed-by: naoto, yhuang
sherman [Fri, 26 Apr 2013 13:59:10 -0700] rev 17183
8007395: StringIndexOutofBoundsException in Match.find() when input String contains surrogate UTF-16 characters
Summary: updated GroupCurly.match0() to backtrack correctly
Reviewed-by: mchung
mduigou [Wed, 24 Apr 2013 16:15:47 -0700] rev 17182
8011920: Main streams implementation
8012542: Stream methods on Collection
Reviewed-by: dholmes, mduigou
Contributed-by: Brian Goetz <brian.goetz@oracle.com>, Mike Duigou <mike.duigou@oracle.com>, Paul Sandoz <paul.sandoz@oracle.com>
jgish [Tue, 02 Apr 2013 18:41:04 -0400] rev 17181
5015163: (str) String merge/join that is the inverse of String.split()
7172553: A utility class that forms the basis of a String.join() operation
Summary: Integrate StringJoiner changes from lambda
Reviewed-by: alanb, mduigou
akhil [Tue, 23 Apr 2013 11:54:22 -0700] rev 17180
8005051: optimized defaults for Iterator.forEachRemaining
Reviewed-by: alanb, mduigou, psandoz, ulfzibis
Contributed-by: Akhil Arora <akhil.arora@oracle.com>
wetmore [Thu, 25 Apr 2013 17:10:36 -0700] rev 17179
8012530: test/sun/security/provider/SecureRandom/StrongSeedReader.java failing
Reviewed-by: wetmore
Contributed-by: alan.bateman@oracle.com
coffeys [Thu, 25 Apr 2013 21:12:35 +0100] rev 17178
8000529: Regression: SimpleDateFormat incorrectly parses dates formatted with Z and z pattern letters
Reviewed-by: okutsu
emc [Thu, 25 Apr 2013 14:23:24 -0400] rev 17177
8012937: Correct errors in javadoc comments.
Summary: Correct some errors in the javadoc comments for parameter reflection.
Reviewed-by: darcy
darcy [Thu, 25 Apr 2013 09:37:03 -0700] rev 17176
8012044: Give more information about self-suppression from Throwable.addSuppressed
Reviewed-by: alanb, dholmes