valeriep [Fri, 12 Aug 2016 00:47:06 +0000] rev 40268
8154113: java.security.AccessControlException: access denied ("java.security.SecurityPermission" "authProvider.SunMSCAPI")
Summary: Granted security permission "authProvider.SunMSCAPI" to SunMSCAPI provider
Reviewed-by: mullan
valeriep [Fri, 12 Aug 2016 00:39:34 +0000] rev 40267
8157579: com/sun/crypto/provider/Mac/MacClone.java failed on solaris12(sparcv9 and x86)
Summary: Changed the MAC impl to fall back to SUN provider (or through provider list) if the most preferred impl does not support cloning
Reviewed-by: vinnie, mullan
valeriep [Fri, 12 Aug 2016 00:10:07 +0000] rev 40266
6469513: (smartcardio) CardPermission(String termName, String actions) violates specification
Summary: Changed to allow null actions value
Reviewed-by: xuelei
igerasim [Thu, 11 Aug 2016 23:41:48 +0300] rev 40265
8163877: Tests added in JDK-8163518 fail on some platforms
Reviewed-by: darcy
lana [Thu, 11 Aug 2016 17:02:46 +0000] rev 40264
Merge
igerasim [Thu, 11 Aug 2016 17:03:40 +0300] rev 40263
8163518: Integer overflow in StringBufferInputStream.read() and CharArrayReader.read/skip()
Reviewed-by: rriggs, shade
weijun [Thu, 11 Aug 2016 13:10:54 +0800] rev 40262
8133910: Some sun/security/tools tests failed.
Reviewed-by: xuelei
mchung [Wed, 10 Aug 2016 15:51:25 -0700] rev 40261
8136930: Simplify use of module-system options by custom launchers
Reviewed-by: alanb, ksrini, henryjen, sundar
prappo [Wed, 10 Aug 2016 22:48:25 +0100] rev 40260
8163586: java.net.http.RawChannel has been made public by mistake
Reviewed-by: chegar
redestad [Wed, 10 Aug 2016 22:49:05 +0200] rev 40259
8163814: JDK build has been failing after 8163373
Reviewed-by: mchung
redestad [Wed, 10 Aug 2016 21:55:25 +0200] rev 40258
8163373: Rewrite GenerateJLIClassesPlugin to avoid reflective calls into java.lang.invoke
Reviewed-by: vlivanov, mchung
simonis [Wed, 10 Aug 2016 17:55:08 +0200] rev 40257
8163408: Fix wrong prototype of getNativeScaleFactor() in systemScale.h
Reviewed-by: serb
redestad [Wed, 10 Aug 2016 13:54:38 +0200] rev 40256
8163370: Reduce number of classes loaded by common usage of java.lang.invoke
Reviewed-by: igerasim, psandoz
coffeys [Wed, 10 Aug 2016 11:54:12 +0100] rev 40255
8163104: Unexpected NPE still possible on some Kerberos ticket calls
Reviewed-by: weijun
jnimeh [Tue, 09 Aug 2016 22:31:41 -0700] rev 40254
8132943: ServerHandshaker may select non-empty OCSPStatusRequest structures when Responder ID
Summary: Select only OCSPStatusRequest objects that have no responder IDs in them when deciding whether to do OCSP stapling and what form of stapling.
Reviewed-by: xuelei
weijun [Wed, 10 Aug 2016 11:30:53 +0800] rev 40253
8162739: Create new keytool option to access cacerts file
Reviewed-by: erikj, vinnie, mullan