vinnie [Tue, 02 Nov 2010 15:04:13 +0000] rev 7047
6945529: Apply fix for CR 6921001 to platform-specific java.security configuration files
Reviewed-by: mullan
alanb [Tue, 02 Nov 2010 10:15:06 +0000] rev 7046
Merge
alanb [Tue, 02 Nov 2010 10:07:21 +0000] rev 7045
6431343: (dc) DatagramChannel may not report its local address correctly after connect or disconnect
Reviewed-by: chegar
alanb [Tue, 02 Nov 2010 10:05:42 +0000] rev 7044
6993126: (aio) remove AsynchronousDatagramChannel
Reviewed-by: chegar
xuelei [Mon, 01 Nov 2010 22:02:35 -0700] rev 7043
6916074: Add support for TLS 1.2
6985179: To support Server Name Indication extension for JSSE client
Summary: Introduces the algorithm constraints to support signature and hash algorithm selection. Includes contributions from wetmore and weijung.
Reviewed-by: wetmore, weijun
mchung [Mon, 01 Nov 2010 10:59:03 -0700] rev 7042
6994413: JDK_GetVersionInfo0 only expects a two digit build number
Reviewed-by: dholmes
ksrini [Mon, 01 Nov 2010 10:12:48 -0700] rev 7041
6995674: (launcher) make of jli fails on windows if directory exists
Reviewed-by: darcy, ohair
xuelei [Mon, 01 Nov 2010 07:57:46 -0700] rev 7040
6792180: Enhance to reject weak algorithms or conform to crypto recommendations
Reviewed-by: mullan, weijun, wetmore
xuelei [Sat, 30 Oct 2010 18:39:17 +0800] rev 7039
4873188: Support TLS 1.1
Reviewed-by: wetmore, weijun
emcmanus [Fri, 29 Oct 2010 12:35:07 +0200] rev 7038
6984037: jmx/management rebranding vendor changes needed
Reviewed-by: ohair
weijun [Thu, 28 Oct 2010 21:14:44 +0800] rev 7037
6950546: "ktab -d name etype" to "ktab -d name [-e etype] [kvno | all | old]"
6984764: kerberos fails if service side keytab is generated using JDK ktab
Reviewed-by: valeriep
asaha [Wed, 27 Oct 2010 22:10:37 -0700] rev 7036
Merge
asaha [Wed, 27 Oct 2010 13:53:15 -0700] rev 7035
Merge
asaha [Wed, 27 Oct 2010 13:44:29 -0700] rev 7034
6993206: Removing non-functional tests.
Reviewed-by: mchung
asaha [Wed, 27 Oct 2010 13:09:27 -0700] rev 7033
Merge
asaha [Mon, 11 Oct 2010 16:05:18 -0700] rev 7032
Merge
skoppar [Tue, 28 Sep 2010 01:13:22 -0700] rev 7031
6966692: defaultReadObject can set a field multiple times
Reviewed-by: hawtin
skoppar [Tue, 28 Sep 2010 01:09:10 -0700] rev 7030
6559775: Race allows defaultReadObject to be invoked instead of readFields during deserialization
Reviewed-by: hawtin
kamg [Tue, 26 Oct 2010 18:41:02 -0400] rev 7029
6541462: outdated specification for CCC 6339875
Summary: Add documentation to java.lang.ClassLoader.defineClass()
Reviewed-by: dcubed, darcy
ksrini [Mon, 25 Oct 2010 10:34:26 -0700] rev 7028
6989469: (launcher) compiler warnings in jli native code
Reviewed-by: darcy, ohair, sherman
chegar [Fri, 22 Oct 2010 20:27:44 +0100] rev 7027
6994079: PlainSocketImpl should close the socket if it fails
Reviewed-by: alanb
mchung [Fri, 22 Oct 2010 11:22:54 -0700] rev 7026
6985460: PlatformLogger throws ArrayStoreException when j.u.logging is initialized
Reviewed-by: dholmes
alanb [Fri, 22 Oct 2010 17:40:31 +0100] rev 7025
6816049: (bf) MappedByteBuffer.force() method does not flush data correctly
Reviewed-by: chegar
chegar [Fri, 22 Oct 2010 09:20:09 +0100] rev 7024
6947677: InetAddress.isReachable() throws "java.net.SocketException:Invalid argument" on Linux if run as root
Reviewed-by: alanb
chegar [Thu, 21 Oct 2010 16:51:09 +0100] rev 7023
6992859: InetAddressCachePolicy.setIfNotSet() fails
Reviewed-by: michaelm
chegar [Thu, 21 Oct 2010 16:49:36 +0100] rev 7022
6993490: SocketTimeoutException on HTTP keep-alive connections
Reviewed-by: michaelm
alanb [Thu, 21 Oct 2010 14:39:58 +0100] rev 7021
6993267: TEST_BUG: java/nio/file/Path/InterruptCopy.java fails intermittently (win)
Reviewed-by: forax
mchung [Tue, 19 Oct 2010 10:02:25 -0700] rev 7020
6992121: StringBuilder.ensureCapacity(int minCap) throws OutOfMemoryError with minCap=Integer.MIN_VALUE
Reviewed-by: dholmes, alanb