ohair [Fri, 18 Sep 2009 17:10:28 -0700] rev 3875
6883816: corba fix for missing javax/transaction/xa classes (the real fix)
Reviewed-by: tbell
ohair [Fri, 18 Sep 2009 16:26:51 -0700] rev 3874
6883790: corba build problem related to wildcard and vpath, regression
Reviewed-by: tbell
xdono [Fri, 18 Sep 2009 09:39:47 -0700] rev 3873
Merge
xdono [Mon, 14 Sep 2009 10:57:40 -0700] rev 3872
Merge
ohair [Wed, 02 Sep 2009 09:20:17 -0700] rev 3871
6875240: Reduce Makefile build time by limiting repeated exec's (mostly for cygwin building)
Reviewed-by: jjg, iris
xdono [Thu, 17 Sep 2009 13:46:41 -0700] rev 3870
Added tag jdk7-b72 for changeset 8a5d4dfe242d
duke [Wed, 05 Jul 2017 17:00:57 +0200] rev 3869
Merge
kevinw [Tue, 22 Sep 2009 17:16:30 +0100] rev 3868
Merge
kevinw [Tue, 22 Sep 2009 17:01:08 +0100] rev 3867
6882768: (launcher) test for 6842838 is broken
Summary: Testcase correction.
Reviewed-by: ksrini
chegar [Tue, 22 Sep 2009 14:49:06 +0100] rev 3866
6882384: Update http protocol handler to use PlatformLogger
Reviewed-by: jccollet, alanb
chegar [Tue, 22 Sep 2009 14:42:07 +0100] rev 3865
6882654: Remove dependency on java.util.concurrent from KeepAlive implementaion
Reviewed-by: michaelm
weijun [Tue, 22 Sep 2009 10:01:32 +0800] rev 3864
6877357: IPv6 address does not work
Reviewed-by: xuelei, alanb
vinnie [Mon, 21 Sep 2009 23:01:42 +0100] rev 3863
6884175: CR cleanup for 6840752: Provide out-of-the-box support for ECC algorithms
Reviewed-by: wetmore
mchung [Fri, 18 Sep 2009 17:27:24 -0700] rev 3862
Merge
mchung [Thu, 17 Sep 2009 14:24:55 -0700] rev 3861
6882376: Add internal support for JRE implementation to eliminate the dependency on logging
Summary: Added sun.util.logging.PlatformLogger for JRE implementation to log messages.
Reviewed-by: alanb, naoto
chegar [Fri, 18 Sep 2009 22:19:02 +0100] rev 3860
Merge
chegar [Fri, 18 Sep 2009 22:18:19 +0100] rev 3859
6882594: Remove static dependancy on NTLM authentication
Reviewed-by: alanb, weijun
chegar [Fri, 18 Sep 2009 16:24:26 +0100] rev 3858
6882609: Move default InMemoryCookieStore to java.net
Summary: remove static dependency on sun.net.www.protocol.http
Reviewed-by: alanb, jccollet
tbell [Fri, 18 Sep 2009 08:47:48 -0700] rev 3857
Merge
andrew [Thu, 10 Sep 2009 19:04:25 +0100] rev 3856
6882745: Add DISABLE_INTREE_EC option to make new EC provider optional.
Summary: Don't build the ec subdirectory when DISABLE_INTREE_EC is defined.
Reviewed-by: vinnie
jccollet [Fri, 18 Sep 2009 10:51:44 +0200] rev 3855
6737819: sun.misc.net.DefaultProxySelector doesn't use proxy setting to localhost
Summary: Move default nonProxyHosts from hardcoded to property default value
Reviewed-by: chegar
tbell [Wed, 16 Sep 2009 09:23:50 -0700] rev 3854
Merge
dcubed [Tue, 15 Sep 2009 22:11:15 -0600] rev 3853
6882363: 4/4 typos in java.util.logging javadocs
Summary: Fix typos, some grammar and some inconsistencies in phrasing.
Reviewed-by: tbell
dcubed [Mon, 14 Sep 2009 18:54:26 -0600] rev 3852
Merge
dcubed [Mon, 14 Sep 2009 18:45:20 -0600] rev 3851
6862295: JDWP threadid changes during debugging session (leading to ingored breakpoints)
Summary: New test for the above fix.
Reviewed-by: tbell
mchung [Mon, 14 Sep 2009 13:38:55 -0700] rev 3850
Merge
mchung [Mon, 14 Sep 2009 13:37:26 -0700] rev 3849
6878481: Add performance counters in the JDK
Summary: Added new performance counters in the JDK to track performance metrics
Reviewed-by: alanb, dholmes, iris, forax, andrew
kevinw [Mon, 14 Sep 2009 20:55:08 +0100] rev 3848
6842838: 64-bit failure in handling invalid manifest in launcher.
Summary: Don't compare with hard-coded 32-bit -1 when checking zip fields.
Reviewed-by: ksrini