psandoz [Wed, 10 Jul 2013 10:24:38 +0200] rev 18795
8020040: Improve and generalize the F/J tasks to handle right or left-balanced trees
Reviewed-by: briangoetz
Contributed-by: doug lea <dl@cs.oswego.edu>, paul sandoz <paul.sandoz@oracle.com>
psandoz [Wed, 10 Jul 2013 09:52:02 +0200] rev 18794
8017447: Unmodifiable map entry becomes modifiable if taken from a stream of map entries
Reviewed-by: briangoetz
weijun [Wed, 10 Jul 2013 15:11:32 +0800] rev 18793
8019267: NPE in AbstractSaslImpl when trace level >= FINER in KRB5
Reviewed-by: mullan
dholmes [Tue, 09 Jul 2013 22:01:57 -0400] rev 18792
8016341: java/lang/ref/OOMEInReferenceHandler.java failing intermittently
Summary: Ensure WeakRef object can't be prematurely gc'd
Reviewed-by: chegar, plevart
coffeys [Tue, 09 Jul 2013 16:00:41 +0100] rev 18791
8019979: Replace CheckPackageAccess test with better one from closed repo
Reviewed-by: mullan
psandoz [Tue, 09 Jul 2013 16:04:25 +0200] rev 18790
8019370: Sync j.u.c Fork/Join from 166 to tl
Reviewed-by: chegar, martin
Contributed-by: Doug Lea <dl@cs.oswego.edu>
psandoz [Tue, 09 Jul 2013 10:44:49 +0200] rev 18789
8019551: Make BaseStream public
Reviewed-by: chegar, psandoz
Contributed-by: brian goetz <brian.goetz@oracle.com>
henryjen [Tue, 09 Jul 2013 09:15:57 +0200] rev 18788
8017141: java.util/stream Spliterators from sequential sources should not catch OOME
Reviewed-by: mchung
Contributed-by: paul.sandoz@oracle.com