jgish [Thu, 17 Jan 2013 15:09:46 -0500] rev 15273
8006534: CLONE - TestLibrary.getUnusedRandomPort() fails intermittently-doesn't retry enough times
Summary: Increase number of retries to twice the number of ports in the reserved range
Reviewed-by: mduigou
khazra [Thu, 17 Jan 2013 14:50:02 -0800] rev 15272
7171415: java.net.URI.equals/hashCode not consistent for some URIs
Summary: Rewrite URI.hashCode() to consider encoded characters, also reviewed by vitalyd@gmail.com, schlosna@gmail.com
Reviewed-by: chegar
sherman [Thu, 17 Jan 2013 12:49:33 -0800] rev 15271
8006090: Formatter asserts with -esa
Summary: removed the offending assert
Reviewed-by: alanb, darcy
Contributed-by: brian.burkhalter@oracle.com
lana [Wed, 16 Jan 2013 12:07:32 -0800] rev 15270
Merge
juh [Wed, 16 Jan 2013 13:35:17 -0500] rev 15269
8005939: sun/security/x509/{X509CRLImplX509CertImpl}/Verify.java fail in confusing way when some providers not present
Reviewed-by: mullan, weijun
juh [Wed, 16 Jan 2013 09:51:21 -0500] rev 15268
8005389: Backout fix for JDK-6500133
Reviewed-by: mullan
dl [Wed, 16 Jan 2013 12:09:35 +0000] rev 15267
8001666: Add lambda-compatible atomics and accumulators to the ActomicXXX classes
Reviewed-by: dl, chegar, darcy, goetz
Contributed-by: dl@cs.oswego.edu, chris.hegarty@oracle.com
dl [Wed, 16 Jan 2013 10:14:09 +0000] rev 15266
8005926: Merge ThreadLocalRandom state into java.lang.Thread
Reviewed-by: shade, chegar
robm [Tue, 15 Jan 2013 19:58:22 +0000] rev 15265
8005618: TEST_BUG: java/lang/ProcessBuilder/Basic.java failing intermittently
Reviewed-by: alanb, martin, dholmes
chegar [Tue, 15 Jan 2013 11:44:20 +0000] rev 15264
8005406: HTTP server implementation should use Base64 API
Reviewed-by: khazra, alanb, chegar
Contributed-by: Mark Sheppard <mark.sheppard@oracle.com>
uta [Tue, 15 Jan 2013 14:26:59 +0400] rev 15263
8005250: Downgrade normative references to ${java.home}/lib folder from Java client code.
Summary: Javadoc was changed in accordance with CCC-8005250 request.
Reviewed-by: alanb, amenkov
xuelei [Mon, 14 Jan 2013 18:31:48 -0800] rev 15262
8006265: Add test SSLEngineDeadlock.java to ProblemList
Reviewed-by: weijun
ksrini [Mon, 14 Jan 2013 15:46:54 -0800] rev 15261
8005252: pack200 should support MethodParameters
Reviewed-by: jrose
naoto [Mon, 14 Jan 2013 11:09:53 -0800] rev 15260
7162007: Clean up i18n related caches
Reviewed-by: okutsu, ohair
dholmes [Sun, 13 Jan 2013 19:57:06 -0500] rev 15259
8005232: (JEP-149) Class Instance size reduction
Summary: Moved the fields for cached reflection objects into a seperate ReflectionData object to reduce dynamic footprint.
Reviewed-by: dholmes, mchung, shade
Contributed-by: Peter Levart <peter.levart@gmail.com>
chegar [Sun, 13 Jan 2013 22:09:50 +0000] rev 15258
8006153: HTTP protocol handler authenication should use Base64 API
Reviewed-by: chegar, alanb
Contributed-by: Mark Sheppard <mark.sheppard@oracle.com>