kamg [Wed, 27 May 2009 15:32:21 -0700] rev 2937
Merge
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
mchung [Wed, 27 May 2009 13:02:00 -0700] rev 2935
Merge
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
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
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
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
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
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
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
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
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
weijun [Tue, 26 May 2009 10:12:22 +0800] rev 2925
6844887: NPE in TextCallbackHandler
Reviewed-by: xuelei
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
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
xlu [Sun, 24 May 2009 16:29:57 -0700] rev 2922
6622432: RFE: Performance improvements to java.math.BigDecimal
Reviewed-by: darcy
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
jjg [Wed, 20 May 2009 13:55:50 -0700] rev 2920
6827026: Change javac source and target default to 7
Reviewed-by: darcy, ohair
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
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
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>
sherman [Tue, 19 May 2009 16:33:32 -0700] rev 2916
Merge
sherman [Tue, 19 May 2009 16:21:48 -0700] rev 2915
6728376: Wrong error handling in Java_java_util_zip_Deflater_deflateBytes leads to size 0 if compress fails
6735255: ZipFile.close() does not close ZipFileInputStreams, contrary to the API document
Summary: Throws OOM when malloc failed. Closes all outstanding streams when closing
Reviewed-by: alanb
sherman [Tue, 19 May 2009 16:03:02 -0700] rev 2914
6843079: Putback for the new EUC_TW is not complete
Summary: Putback the files missed in last putback
Reviewed-by: alanb
sherman [Tue, 19 May 2009 15:25:29 -0700] rev 2913
6831794: charset EUC_TW is 12.6% of the total size of charsets.jar
6229811: Several codepoints in EUC_TW failed in roundtrip conversion
Summary: Re-write EUC_TW charset to address the size and roundtrip issue.
Reviewed-by: alanb
xdono [Thu, 18 Jun 2009 13:05:38 -0700] rev 2912
Added tag jdk7-b61 for changeset 11089342ea90
duke [Wed, 05 Jul 2017 16:54:35 +0200] rev 2911
Merge
xdono [Thu, 18 Jun 2009 13:05:25 -0700] rev 2910
Added tag jdk7-b61 for changeset c97f5ba46ed8
yan [Tue, 23 Jun 2009 23:08:59 -0700] rev 2909
Merge
andrew [Wed, 17 Jun 2009 20:53:01 +0100] rev 2908
6851515: awt_p.h incorporates a chunk of the XRender header
Summary: Use XRender header directly rather than copying chunks locally
Reviewed-by: anthony, ohair
tbell [Sun, 21 Jun 2009 23:49:42 -0700] rev 2907
Merge
tbell [Thu, 11 Jun 2009 21:09:19 -0700] rev 2906
Merge
jjg [Wed, 20 May 2009 14:02:22 -0700] rev 2905
6827026: Change javac source and target default to 7
Reviewed-by: darcy, ohair
xdono [Thu, 18 Jun 2009 13:05:20 -0700] rev 2904
Added tag jdk7-b61 for changeset 73a162bf9360
duke [Wed, 05 Jul 2017 16:54:26 +0200] rev 2903
Added tag jdk7-b61 for changeset dbb955b1ee59
duke [Wed, 05 Jul 2017 16:54:26 +0200] rev 2902
Merge
duke [Wed, 05 Jul 2017 16:54:23 +0200] rev 2901
Merge
xdono [Thu, 11 Jun 2009 10:54:31 -0700] rev 2900
Added tag jdk7-b60 for changeset 47bb5c4cb85e
duke [Wed, 05 Jul 2017 16:54:21 +0200] rev 2899
Merge
xdono [Thu, 11 Jun 2009 10:54:15 -0700] rev 2898
Added tag jdk7-b60 for changeset 76ee911ec65f
duke [Wed, 05 Jul 2017 16:54:19 +0200] rev 2897
Merge
xdono [Thu, 11 Jun 2009 10:54:14 -0700] rev 2896
Added tag jdk7-b60 for changeset 23aa5ac01f3b
duke [Wed, 05 Jul 2017 16:54:16 +0200] rev 2895
Merge
xdono [Thu, 11 Jun 2009 10:54:06 -0700] rev 2894
Added tag jdk7-b60 for changeset 6737e8a2ab2b
duke [Wed, 05 Jul 2017 16:54:14 +0200] rev 2893
Merge
xdono [Thu, 11 Jun 2009 10:54:22 -0700] rev 2892
Added tag jdk7-b60 for changeset 21261fc963f2
duke [Wed, 05 Jul 2017 16:54:11 +0200] rev 2891
Merge
trims [Thu, 11 Jun 2009 21:01:07 -0700] rev 2890
Merge
trims [Thu, 11 Jun 2009 17:56:51 -0700] rev 2889
6850551: Bump the HS16 build number to 04
Summary: Update the HS16 build number to 04
Reviewed-by: jcoomes
trims [Thu, 11 Jun 2009 17:46:40 -0700] rev 2888
Merge
jmasa [Wed, 10 Jun 2009 14:57:21 -0700] rev 2887
Merge
iveresov [Mon, 08 Jun 2009 16:14:19 -0700] rev 2886
6849122: G1: Typo introduced during implementation of the parallel refinement
Summary: Typo fix
Reviewed-by: jcoomes
ysr [Sun, 07 Jun 2009 00:27:41 -0700] rev 2885
6848641: CMSCollector::_roots_scanning_options should be initialized
Summary: The field is now initialized in the constructor.
Reviewed-by: iveresov, jmasa, johnc
jcoomes [Tue, 26 May 2009 16:43:42 -0700] rev 2884
Merge
apetrusenko [Tue, 19 May 2009 04:05:31 -0700] rev 2883
6819065: G1: eliminate high serial card table clearing time
Reviewed-by: iveresov, tonyp
iveresov [Mon, 18 May 2009 11:52:46 -0700] rev 2882
6841831: G1: assert(contains_reference(from),"We just added it!") fires
Summary: During parallel rset updating we have to make sure that the worker ids of the refinement threads do not intersect with the worker ids that can be claimed by the mutator threads.
Reviewed-by: tonyp
iveresov [Mon, 11 May 2009 16:30:56 -0700] rev 2881
6484957: G1: parallel concurrent refinement
6826318: G1: remove traversal-based refinement code
Summary: Removed traversal-based refinement code as it's no longer used. Made the concurrent refinement (queue-based) parallel.
Reviewed-by: tonyp
cfang [Fri, 05 Jun 2009 10:25:39 -0700] rev 2880
6848466: frame::frame_size() assertion failure with -XX:+DebugDeoptimization
Summary: add a RegisterMap* argument to frame::frame_size() to correctly compute the sender frame
Reviewed-by: never
never [Wed, 03 Jun 2009 18:15:25 -0700] rev 2879
Merge
never [Wed, 03 Jun 2009 15:16:50 -0700] rev 2878
Merge
never [Wed, 03 Jun 2009 15:02:13 -0700] rev 2877
6847305: solaris reorder mapfiles generate too many warnings
Reviewed-by: kvn
cfang [Thu, 28 May 2009 09:37:18 -0700] rev 2876
6837146: Should perform unswitch before maximally unroll in loop transformation
Summary: Move loop unswitch before maximally unroll
Reviewed-by: never
kvn [Wed, 27 May 2009 12:35:51 -0700] rev 2875
6843752: missing code for an anti-dependent Phi in GCM
Summary: Don't place a load below anti-dependent PHI.
Reviewed-by: never, twisti
kvn [Thu, 21 May 2009 10:05:36 -0700] rev 2874
6772683: Thread.isInterrupted() fails to return true on multiprocessor PC
Summary: Set the control edge for the field _interrupted load in inline_native_isInterrupted().
Reviewed-by: never