mduigou [Fri, 12 Jul 2013 11:11:30 -0700] rev 18818
7129185: Add Collections.{checked|empty|unmodifiable}Navigable{Map|Set}
Reviewed-by: dmocek, martin, smarks
darcy [Fri, 12 Jul 2013 11:48:23 -0700] rev 18817
8010679: Clarify "present" and annotation ordering in Core Reflection for Annotations
Reviewed-by: abuckley, jfranck
joehw [Fri, 12 Jul 2013 11:14:53 -0700] rev 18816
8020430: NullPointerException in xml sqe nightly result on 2013-07-12
Reviewed-by: chegar, lancea
mchung [Mon, 08 Jul 2013 14:05:59 +0200] rev 18815
8014890: (ref) Reference queues may return more entries than expected
Summary: When enqueuing references check whether the j.l.r.Reference has already been enqeued or removed in the lock. Do not enqueue them again. This occurs because multiple threads may try to enqueue the same j.l.r.Reference at the same time.
Reviewed-by: mchung, dholmes, plevart, shade
Contributed-by: thomas.schatzl@oracle.com
valeriep [Thu, 11 Jul 2013 17:52:04 -0700] rev 18814
Merge
valeriep [Wed, 10 Jul 2013 18:14:35 -0700] rev 18813
8020310: JDK-6356530 broke the old build
Summary: Add serialVersionUID to AuthProvider and P11Key class.
Reviewed-by: xuelei
valeriep [Tue, 09 Jul 2013 15:26:20 -0700] rev 18812
Merge
valeriep [Mon, 08 Jul 2013 11:11:07 -0700] rev 18811
Merge
ascarpino [Mon, 08 Jul 2013 10:20:46 -0700] rev 18810
6755701: SunJCE DES/DESede SecretKeyFactory.generateSecret throws InvalidKeySpecExc if passed SecretKeySpec
Reviewed-by: valeriep, wetmore, xuelei
valeriep [Fri, 05 Jul 2013 13:56:12 -0700] rev 18809
7196805: DH Key interoperability testing between SunJCE and JsafeJCE not successful
Summary: Check equality based on component values instead of encoding which may vary due to optional components
Reviewed-by: weijun