mullan [Fri, 06 Sep 2013 12:10:30 -0400] rev 19821
Merge
mullan [Fri, 06 Sep 2013 12:04:18 -0400] rev 19820
8023362: Don't allow soft-fail behavior if OCSP responder returns "unauthorized"
Reviewed-by: vinnie, xuelei
jfranck [Fri, 06 Sep 2013 14:20:12 +0200] rev 19819
5047859: (reflect) Class.getField can't find String[].length
Reviewed-by: darcy, mchung
jbachorik [Fri, 06 Sep 2013 10:03:16 +0200] rev 19818
6815130: Intermittent ThreadMXBean/Locks.java test failure
Summary: Preventing stale reads from ThreadExecutionSynchronizer.waiting flag
Reviewed-by: dholmes, mchung, dfuchs
rfield [Fri, 06 Sep 2013 00:43:00 -0700] rev 19817
8024260: 10 closed/java/lang/invoke/* tests failing after overhaul to MethodHandleInfo
Reviewed-by: vlivanov, briangoetz
Contributed-by: john.r.rose@oracle.com
rfield [Thu, 05 Sep 2013 14:58:49 -0700] rev 19816
8024283: 10 nashorn tests fail with similar stack trace InternalError with cause being NoClassDefFoundError
Summary: Fix pre-existing 292 bug tickled by combo of nashorn code and MethodHandleInfo changes
Reviewed-by: jrose
Contributed-by: vladimir.x.ivanov@oracle.com
naoto [Thu, 05 Sep 2013 10:14:53 -0700] rev 19815
8023943: Method description fix for String.toLower/UpperCase() methods
Reviewed-by: okutsu