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