alanb [Mon, 29 Apr 2013 10:28:22 +0100] rev 17191
8013415: Changes for JDK-8005523 requires updates to refs.allowed
Reviewed-by: chegar
alanb [Sun, 28 Apr 2013 21:06:36 +0100] rev 17190
8013413: javadoc warnings
Reviewed-by: lancea, chegar
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
sherman [Wed, 24 Apr 2013 21:27:52 +0000] rev 17175
8012638: test/java/time/test/java/util/TestFormatter fails in UTC TZ
Summary: updated the offending test case
Reviewed-by: alanb
alanb [Wed, 24 Apr 2013 19:03:07 +0100] rev 17174
8005555: TEST_BUG: java/io/Serializable/accessConstants/AccessConstants.java should be removed
Reviewed-by: chegar
sla [Wed, 24 Apr 2013 14:49:49 +0200] rev 17173
8009985: [parfait] Uninitialised variable at jdk/src/solaris/native/com/sun/management/UnixOperatingSystem_md.c
Reviewed-by: sla, rbackman, alanb, dholmes, rdurbin
Contributed-by: peter.allwin@oracle.com
lana [Tue, 23 Apr 2013 15:07:48 -0700] rev 17172
Merge
lancea [Tue, 23 Apr 2013 11:17:43 -0400] rev 17171
8011620: adding free form netbeans project for jdbc to jdk/make/netbeans
Reviewed-by: chegar
alanb [Tue, 23 Apr 2013 15:01:44 +0100] rev 17170
8012930: (fs) Eliminate recursion from FileTreeWalker
Reviewed-by: chegar
naoto [Mon, 22 Apr 2013 13:37:07 -0700] rev 17169
8010666: Implement Currency/LocaleNameProvider in Windows Host LocaleProviderAdapter
Reviewed-by: okutsu
psandoz [Wed, 17 Apr 2013 11:34:31 +0200] rev 17168
8011426: java.util collection Spliterator implementations
Summary: Spliterator implementations for collection classes in java.util.
Reviewed-by: mduigou, briangoetz
Contributed-by: Doug Lea <dl@cs.oswego.edu>, Paul Sandoz <paul.sandoz@oracle.com>
briangoetz [Wed, 17 Apr 2013 14:39:04 -0400] rev 17167
8008682: Inital Streams public API
Reviewed-by: mduigou, dholmes, darcy
Contributed-by: Brian Goetz <brian.goetz@oracle.com>, Mike Duigou <mike.duigou@oracle.com>, Paul Sandoz <paul.sandoz@oracle.com>, JSR-335 EG <lambda-libs-spec-experts@openjdk.java.net>
akhil [Mon, 22 Apr 2013 09:19:34 -0700] rev 17166
8001647: default methods for Collections - forEach, removeIf, replaceAll, sort
Reviewed-by: alanb, dholmes, mduigou, psandoz, smarks
Contributed-by: Akhil Arora <akhil.arora@oracle.com>, Arne Siegel <v.a.ammodytes@googlemail.com>, Brian Goetz <brian.goetz@oracle.com>
weijun [Mon, 22 Apr 2013 11:39:53 +0800] rev 17165
8005527: [TEST_BUG] console.sh failed Automatically with exit code 1.
Reviewed-by: xuelei
jgish [Fri, 19 Apr 2013 16:50:10 -0700] rev 17164
8010939: Deadlock in LogManager
Summary: re-order locks to avoid deadlock
Reviewed-by: mchung
mduigou [Tue, 16 Apr 2013 22:50:48 -0400] rev 17163
8008670: Initial java.util.stream putback -- internal API classes
Reviewed-by: mduigou, dholmes
Contributed-by: Brian Goetz <brian.goetz@oracle.com>, Doug Lea <dl@cs.oswego.edu>, Paul Sandoz <paul.sandoz@oracle.com>
jzavgren [Wed, 17 Apr 2013 11:47:18 -0400] rev 17162
8010505: HTTP DIGEST implementation incorrectly quotes header values, fails auth
Summary: The extraneous quotes were removed.
Reviewed-by: chegar