Thu, 11 Jun 2009 21:32:12 -0700 Merge
tbell [Thu, 11 Jun 2009 21:32:12 -0700] rev 2945
Merge
Fri, 12 Jun 2009 09:00:38 +0800 6570344: Invalid RSA OID in sun.security.x509.AlgorithmId
xuelei [Fri, 12 Jun 2009 09:00:38 +0800] rev 2944
6570344: Invalid RSA OID in sun.security.x509.AlgorithmId Summary: change RSA OID to "2.5.8.1.1" Reviewed-by: mullan
Wed, 10 Jun 2009 09:12:15 -0700 6845161: Bottleneck in Configuration.getConfiguration synchronized call
mullan [Wed, 10 Jun 2009 09:12:15 -0700] rev 2943
6845161: Bottleneck in Configuration.getConfiguration synchronized call Summary: Reduce scope of synchronized block Reviewed-by: weijun
Tue, 09 Jun 2009 14:17:05 +0800 6578647: Undefined requesting URL in java.net.Authenticator.getPasswordAuthentication()
weijun [Tue, 09 Jun 2009 14:17:05 +0800] rev 2942
6578647: Undefined requesting URL in java.net.Authenticator.getPasswordAuthentication() Reviewed-by: chegar, valeriep
Thu, 04 Jun 2009 11:28:03 +0800 6847459: Allow trust anchor self-issued intermediate version 1 and version 2 certificate
xuelei [Thu, 04 Jun 2009 11:28:03 +0800] rev 2941
6847459: Allow trust anchor self-issued intermediate version 1 and version 2 certificate Reviewed-by: weijun
Fri, 29 May 2009 16:34:49 -0700 6808625: Incomplete code sample in Deflater javadoc
sherman [Fri, 29 May 2009 16:34:49 -0700] rev 2940
6808625: Incomplete code sample in Deflater javadoc Summary: added compresser.end() into example Reviewed-by: martin
Fri, 29 May 2009 16:27:26 -0700 6838199: remove support for old javap
jjg [Fri, 29 May 2009 16:27:26 -0700] rev 2939
6838199: remove support for old javap Reviewed-by: ohair, mcimadamore
Fri, 29 May 2009 15:51:43 +0100 6807602: Increase MAX_BUFFER_LEN and MAX_HEAP_BUFFER_LEN on 64-bit Solaris and Linux
chegar [Fri, 29 May 2009 15:51:43 +0100] rev 2938
6807602: Increase MAX_BUFFER_LEN and MAX_HEAP_BUFFER_LEN on 64-bit Solaris and Linux Reviewed-by: alanb
Wed, 27 May 2009 15:32:21 -0700 Merge
kamg [Wed, 27 May 2009 15:32:21 -0700] rev 2937
Merge
Wed, 27 May 2009 13:20:23 -0700 6838211: jdk docs creation broken for tracing docs
kamg [Wed, 27 May 2009 13:20:23 -0700] rev 2936
6838211: jdk docs creation broken for tracing docs Summary: Fix javadoc makefile macro Reviewed-by: ohair, jjg
Wed, 27 May 2009 13:02:00 -0700 Merge
mchung [Wed, 27 May 2009 13:02:00 -0700] rev 2935
Merge
Tue, 26 May 2009 18:09:32 -0700 6535104: TEST_BUG: FindDeadlocks.java fails intermittently.
mchung [Tue, 26 May 2009 18:09:32 -0700] rev 2934
6535104: TEST_BUG: FindDeadlocks.java fails intermittently. Summary: Retry a few times to check thread status before reporting failure Reviewed-by: swamyv
Tue, 26 May 2009 18:07:14 -0700 6512493: TEST_BUG: unexpected LockInfo failure in LockedSynchronizers.java
mchung [Tue, 26 May 2009 18:07:14 -0700] rev 2933
6512493: TEST_BUG: unexpected LockInfo failure in LockedSynchronizers.java Summary: Retry a few times to check thread status before reporting failure Reviewed-by: swamyv
Tue, 26 May 2009 18:02:44 -0700 5080203: TEST_BUG: ThreadStateTest fails intermittently.
mchung [Tue, 26 May 2009 18:02:44 -0700] rev 2932
5080203: TEST_BUG: ThreadStateTest fails intermittently. Summary: Retry a few times to check thread status before reporting failure Reviewed-by: swamyv
Tue, 26 May 2009 17:54:28 -0700 6798842: TEST_BUG: ThreadStackTrace.java fails intermittently with unexpected thread status.
mchung [Tue, 26 May 2009 17:54:28 -0700] rev 2931
6798842: TEST_BUG: ThreadStackTrace.java fails intermittently with unexpected thread status. Summary: remove @ignore Reviewed-by: swamyv
Tue, 26 May 2009 17:47:57 -0700 6829636: test/java/util/logging/LoggingDeadlock2.java is flaky
mchung [Tue, 26 May 2009 17:47:57 -0700] rev 2930
6829636: test/java/util/logging/LoggingDeadlock2.java is flaky Summary: remove @ignore Reviewed-by: swamyv
Wed, 27 May 2009 17:48:22 +0800 6845286: Add regression test for name constraints
xuelei [Wed, 27 May 2009 17:48:22 +0800] rev 2929
6845286: Add regression test for name constraints Summary: create regression test cases on name constraints Reviewed-by: weijun
Tue, 26 May 2009 16:03:51 +0200 6726695: HttpURLConnection shoul support 'Expect: 100-contimue' headers for PUT
jccollet [Tue, 26 May 2009 16:03:51 +0200] rev 2928
6726695: HttpURLConnection shoul support 'Expect: 100-contimue' headers for PUT Summary: Added code triggered when 'Expect: 100-continue' header has been added Reviewed-by: chegar
Tue, 26 May 2009 16:43:22 +0800 6720721: CRL check with circular depency support needed
xuelei [Tue, 26 May 2009 16:43:22 +0800] rev 2927
6720721: CRL check with circular depency support needed Summary: checking AKID of certificates and CRLs Reviewed-by: mullan, weijun
Tue, 26 May 2009 16:19:18 +0800 6822460: support self-issued certificate
xuelei [Tue, 26 May 2009 16:19:18 +0800] rev 2926
6822460: support self-issued certificate Summary: checking self-issued certificate during certification path building Reviewed-by: mullan, weijun
Tue, 26 May 2009 10:12:22 +0800 6844887: NPE in TextCallbackHandler
weijun [Tue, 26 May 2009 10:12:22 +0800] rev 2925
6844887: NPE in TextCallbackHandler Reviewed-by: xuelei
Mon, 25 May 2009 22:27:26 +0200 6349566: java.net.CookieManager doesn't set default domain
jccollet [Mon, 25 May 2009 22:27:26 +0200] rev 2924
6349566: java.net.CookieManager doesn't set default domain Summary: Enforce default domain in CookieManager Reviewed-by: michaelm
Sun, 24 May 2009 16:35:32 -0700 6806261: BigDecimal.longValueExact() method throws NullPointerException
xlu [Sun, 24 May 2009 16:35:32 -0700] rev 2923
6806261: BigDecimal.longValueExact() method throws NullPointerException Summary: add various tests to test the change to 6622432 Reviewed-by: darcy
Sun, 24 May 2009 16:29:57 -0700 6622432: RFE: Performance improvements to java.math.BigDecimal
xlu [Sun, 24 May 2009 16:29:57 -0700] rev 2922
6622432: RFE: Performance improvements to java.math.BigDecimal Reviewed-by: darcy
Thu, 21 May 2009 23:32:46 -0700 6843578: Re-implement IBM doublebyte charsets
sherman [Thu, 21 May 2009 23:32:46 -0700] rev 2921
6843578: Re-implement IBM doublebyte charsets 6639450: IBM949C encoder modifies state of IBM949 encoder 6569191: Cp943 io converter returns U+0000 and U+FFFD for unconvertable character 6577466: Character encoder IBM970 throws a BufferOverflowException 5065777: CharsetEncoder canEncode() methods often incorrectly return false Summary: Re-write 11 IBM doublebyte charsets. Thanks Ulf.Zibis for the codereview! Reviewed-by: martin
Wed, 20 May 2009 13:55:50 -0700 6827026: Change javac source and target default to 7
jjg [Wed, 20 May 2009 13:55:50 -0700] rev 2920
6827026: Change javac source and target default to 7 Reviewed-by: darcy, ohair
Wed, 20 May 2009 10:12:37 +0800 6832353: Krb5LoginModule: use the KRB5CCNAME when searching for Kerberos ticket cache
weijun [Wed, 20 May 2009 10:12:37 +0800] rev 2919
6832353: Krb5LoginModule: use the KRB5CCNAME when searching for Kerberos ticket cache Reviewed-by: xuelei
Wed, 20 May 2009 10:12:00 +0800 6682516: SPNEGO_HTTP_AUTH/WWW_KRB and SPNEGO_HTTP_AUTH/WWW_SPNEGO failed on all non-windows platforms
weijun [Wed, 20 May 2009 10:12:00 +0800] rev 2918
6682516: SPNEGO_HTTP_AUTH/WWW_KRB and SPNEGO_HTTP_AUTH/WWW_SPNEGO failed on all non-windows platforms Reviewed-by: xuelei
Wed, 20 May 2009 10:11:23 +0800 6832016: {DigestMD5Base,Des3DkCrypto}.setParityBit should use Integer.bitCount
weijun [Wed, 20 May 2009 10:11:23 +0800] rev 2917
6832016: {DigestMD5Base,Des3DkCrypto}.setParityBit should use Integer.bitCount Reviewed-by: weijun Contributed-by: Christian Thalinger <christian.thalinger@sun.com>
Tue, 19 May 2009 16:33:32 -0700 Merge
sherman [Tue, 19 May 2009 16:33:32 -0700] rev 2916
Merge
(0) -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip