dcherepanov [Wed, 20 Jan 2010 01:33:49 +0300] rev 4834
6660258: Java application stops Windows logout/shutdown (regression in 1.5.0_14)
Reviewed-by: anthony, art, uta
uta [Thu, 14 Jan 2010 17:56:49 +0300] rev 4833
6916867: Fastdebug build failed after CR 4874070 fix putback.
Reviewed-by: art, dcherepanov
uta [Wed, 13 Jan 2010 17:10:23 +0300] rev 4832
Merge
uta [Thu, 24 Dec 2009 17:19:09 +0300] rev 4831
4874070: invoking DragSource's startDrag with an Image renders no image on drag
Reviewed-by: art, denis, alexp
dcherepanov [Mon, 28 Dec 2009 20:35:41 +0300] rev 4830
6857363: deadlock caused by sun.awt.X11.XTrayIconPeer$Tooltip.display
Reviewed-by: ant, art
dav [Tue, 22 Dec 2009 17:28:52 +0300] rev 4829
6893325: JComboBox and dragging to an item outside the bounds of the containing JFrame is not selecting that
Reviewed-by: art, dcherepanov
dcherepanov [Wed, 23 Dec 2009 01:22:11 +0300] rev 4828
6908299: Missed changes for 6664512 during the merge with 6879044
Reviewed-by: mchung, art
lana [Tue, 09 Feb 2010 00:00:38 -0800] rev 4827
Merge
rkennke [Sun, 07 Feb 2010 11:07:50 +0100] rev 4826
6904882: java.awt.Font.createFont() causes AccessControlException if executed with "-Djava.security.manager"
Summary: Perform FontUtilities initialization in privileged block
Reviewed-by: igor, prr
rkennke [Wed, 03 Feb 2010 10:02:33 +0100] rev 4825
6896335: GraphicsEnvironment.getDefaultScreenDevice() throws UnsatisfiedLinkError in headless mode
Summary: Use local ge variable instead of localEnv field in GE.
Reviewed-by: igor, prr
rkennke [Tue, 02 Feb 2010 16:38:26 +0100] rev 4824
6888734: PIT: regression test fails when java.security.manager is enabled
Summary: Load FontManager instance in privileged block to avoid AccessControlException
Reviewed-by: igor, tdv
lana [Mon, 08 Feb 2010 23:59:22 -0800] rev 4823
Merge
sherman [Sat, 06 Feb 2010 09:26:57 -0800] rev 4822
6923692: java/classes_util TEST_BUG:ReadZip.java fails when
Summary: to create the test file at test.dir
Reviewed-by: alanb
wetmore [Fri, 05 Feb 2010 17:05:53 -0800] rev 4821
6923976: TestProviderLeak.java is using too small of an initial heap under newer Hotspot (b79+)
Reviewed-by: ohair
sherman [Fri, 05 Feb 2010 00:10:42 -0800] rev 4820
6919132: Regex \P{Lu} selects half of a surrogate pari
Summary: To use StartS for complement category/block class
Reviewed-by: martin, okutsu