art [Thu, 11 Sep 2008 10:38:00 +0400] rev 1961
6727884: Some Uncaught Exceptions are no longer getting sent to the Uncaught Exception Handlers
Reviewed-by: anthony, dav
dcherepanov [Wed, 10 Sep 2008 15:02:06 +0400] rev 1960
6743433: IM candidate window is not shown until window is deactivated and reactivated again
Summary: OpenCandidateWindow procedure should directly call ::DefWindowProc
Reviewed-by: art
martin [Mon, 08 Sep 2008 17:26:24 -0700] rev 1959
6744609: Disable MMX support when building libpng library
Summary: Define -DPNG_NO_MMX_CODE unconditionally, not just on 64-bit Linux
Reviewed-by: anthony, art
dav [Thu, 04 Sep 2008 17:24:23 +0400] rev 1958
Merge
dav [Thu, 04 Sep 2008 17:20:25 +0400] rev 1957
6738181: api/java_awt/Toolkit/index.html#GetAWTEventListeners Fails with:empty array returned unexpectedly
Summary: redirect getAWTEventListeners(long l) from Headless to underlying toolkit.
Reviewed-by: art
art [Mon, 01 Sep 2008 17:41:45 +0400] rev 1956
6707023: Chenese Characters in JTextPane Cause Pane to Hang
Summary: input method events are dispatched to correct AppContext
Reviewed-by: naoto, yan
art [Tue, 26 Aug 2008 16:31:13 +0400] rev 1955
6741364: Some input method problems after the fix for 6585765
Summary: the fix for 6585765 is corrected
Reviewed-by: uta
art [Tue, 26 Aug 2008 13:09:34 +0400] rev 1954
6585765: RFE: Remove Unicows-related code from AWT
6733976: VS2008 errors compiling AWT files - explicit casts need to be added
6728735: VS2008 errors compiling UnicowsLoader.h and fatal error in awtmsg.h
Summary: Unicows-related and Win95/98/Me-related code is removed
Reviewed-by: uta, tdv
tbell [Tue, 17 Feb 2009 09:06:16 -0800] rev 1953
Merge
tbell [Fri, 06 Feb 2009 09:43:27 -0800] rev 1952
Merge
tbell [Thu, 05 Feb 2009 09:28:04 -0800] rev 1951
Merge
jccollet [Wed, 04 Feb 2009 14:15:13 +0100] rev 1950
6585546: Please update API doc for java.net.CookieManager
Summary: Trivial doc updates
Reviewed-by: chegar
xuelei [Wed, 04 Feb 2009 19:10:09 +0800] rev 1949
6782783: regtest HttpsURLConnection/B6216082.java throws ClosedByInterruptException
Summary: make the test robust
Reviewed-by: weijun
darcy [Tue, 03 Feb 2009 16:29:32 -0800] rev 1948
6548433: (enum spec) java.lang.Enum docs should explain about values() and valueOf(String)
Reviewed-by: martin
weijun [Tue, 03 Feb 2009 09:38:31 +0800] rev 1947
6785456: Read Kerberos setting from Windows environment variables
Reviewed-by: valeriep
weijun [Tue, 03 Feb 2009 09:38:13 +0800] rev 1946
6552334: Enable DNS in Kerberos by default
Reviewed-by: valeriep
jccollet [Mon, 02 Feb 2009 16:50:54 +0100] rev 1945
6791927: Wrong Locale in HttpCookie::expiryDate2DeltaSeconds
Summary: Force Locale.US when parsing the cookie expiration date.
Reviewed-by: chegar
tbell [Thu, 05 Feb 2009 09:24:45 -0800] rev 1944
Merge
tbell [Fri, 30 Jan 2009 23:27:20 -0800] rev 1943
Merge
darcy [Fri, 30 Jan 2009 15:09:00 -0800] rev 1942
6799462: Minor typo (wrong word) in JavaDoc for InputStream.read(byte[] b) method
Reviewed-by: sherman, martin
michaelm [Fri, 30 Jan 2009 22:27:02 +0000] rev 1941
Merge
michaelm [Fri, 30 Jan 2009 22:05:30 +0000] rev 1940
4167874: URL-downloaded jar files can consume all available file descriptors
Summary: added close method to URLClassLoader
Reviewed-by: alanb
darcy [Fri, 30 Jan 2009 12:40:27 -0800] rev 1939
6799343: (fmt) java.util.Formatter uses plainlink instead of linkplain
Reviewed-by: alanb
darcy [Thu, 29 Jan 2009 13:04:44 -0800] rev 1938
6327048: Enum javadoc could link to JLS
6653154: Exception message for bad Enum.valueOf has spurious "class"
Reviewed-by: emcmanus
darcy [Thu, 29 Jan 2009 09:04:41 -0800] rev 1937
6239194: Object.hashCode() should reference System.identityHashCode()
Reviewed-by: emcmanus
martin [Wed, 28 Jan 2009 14:13:37 -0800] rev 1936
6798822: (process) Non-portable use of isdigit in src/solaris/native/java/lang/UNIXProcess_md.c
Reviewed-by: alanb
Contributed-by: christos@zoulas.com
darcy [Wed, 28 Jan 2009 12:46:43 -0800] rev 1935
6719182: update legal notice in java/lang/instrument/package.html
Reviewed-by: jjh
darcy [Wed, 28 Jan 2009 10:30:33 -0800] rev 1934
6704655: Test test/java/lang/reflect/Generics/Probe.java fails under OpenJDK
Reviewed-by: ksrini
martin [Tue, 27 Jan 2009 15:04:30 -0800] rev 1933
6797480: Remove synchronization bottleneck in logger
Reviewed-by: swamyv
Contributed-by: jeremymanson@google.com
jccollet [Tue, 27 Jan 2009 11:36:28 +0100] rev 1932
6790677: java.net.HttpCookie.parse(String) should ignore unrecognized attributes, RFC2965
Summary: Changed code not to throw an exception on unknown attributes
Reviewed-by: chegar