erikj [Fri, 14 Mar 2014 12:31:28 +0100] rev 23347
8037281: Improve CacheFind and enable on all platforms
Reviewed-by: tbell, ihse
weijun [Fri, 14 Mar 2014 09:29:16 +0800] rev 23346
8037262: typo in error message in KrbAsReq.authenticate()
Reviewed-by: mullan, juh
asmotrak [Thu, 13 Mar 2014 15:13:22 +0800] rev 23345
8028591: NegativeArraySizeException in sun.security.util.DerInputStream.getUnalignedBitString()
Reviewed-by: mullan, weijun
igerasim [Thu, 13 Mar 2014 07:52:17 +0400] rev 23344
7011804: SequenceInputStream with lots of empty substreams can cause StackOverflowError
Reviewed-by: chegar, alanb
igerasim [Thu, 13 Mar 2014 07:24:12 +0400] rev 23343
8036088: Replace strtok() with its safe equivalent strtok_s() in DefaultProxySelector.c
Reviewed-by: chegar
dfuchs [Wed, 12 Mar 2014 20:18:47 +0100] rev 23342
8036916: Deprecation warnings in LogManager
Reviewed-by: mchung
igerasim [Wed, 12 Mar 2014 21:45:20 +0400] rev 23341
8034262: Test java/lang/ProcessBuilder/CloseRace.java fails
Reviewed-by: martin, dholmes
juh [Wed, 12 Mar 2014 08:55:35 -0700] rev 23340
8021804: Certpath validation fails if validity period of root cert does not include validity period of intermediate cert
Reviewed-by: mullan
weijun [Wed, 12 Mar 2014 14:18:01 +0800] rev 23339
8035963: The failed Kerberos tests due to timeouts
Reviewed-by: alanb, xuelei
vlivanov [Tue, 11 Mar 2014 19:54:33 +0400] rev 23338
8036117: MethodHandles.catchException doesn't handle VarargsCollector right (8034120 failed)
Reviewed-by: jrose, twisti
jbachorik [Tue, 11 Mar 2014 14:18:46 +0100] rev 23337
8034168: ThreadMXBean/Locks.java failed, blocked on wrong object
Reviewed-by: martin, dholmes
weijun [Tue, 11 Mar 2014 07:56:49 +0800] rev 23336
8036971: krb5.conf does not accept directive lines before the first section
Reviewed-by: xuelei
ascarpino [Mon, 10 Mar 2014 12:05:43 -0700] rev 23335
8036543: [parfait] JNI pending exceptions for j2secmod.c, j2secmod_md.c, and p11_md.c
Reviewed-by: valeriep
bpb [Fri, 07 Mar 2014 13:05:07 -0800] rev 23334
8036848: Fix deprecation warning in sun.misc.CharacterDecoder
Summary: Replace use of deprecated method with its recommended successor.
Reviewed-by: mchung
mchung [Fri, 07 Mar 2014 13:00:25 -0800] rev 23333
8035808: Eliminate dependency to GetPropertyAction and other sun.security.action convenient classes
Reviewed-by: alanb, chegar
bpb [Fri, 07 Mar 2014 12:40:37 -0800] rev 23332
8035279: Clean up internal deprecations in BigInteger
Summary: Rename pertinent private instance variables to describe what they actually represent.
Reviewed-by: psandoz, smarks