okutsu [Tue, 26 Jan 2010 15:42:06 +0900] rev 4847
6912866: (date) java.util.Date.before / after may be expensive
Reviewed-by: peytoia
malenkov [Thu, 21 Jan 2010 21:53:15 +0300] rev 4846
4968536: DOC: Javadoc for java.beans.Encoder.getPersistenceDelegate is incomplete
Reviewed-by: peterz
malenkov [Thu, 21 Jan 2010 21:45:00 +0300] rev 4845
4922835: DOC: Statement javadoc should indicate that target and methodName cannot be null
Reviewed-by: peterz
peytoia [Wed, 13 Jan 2010 15:40:47 +0900] rev 4844
6868503: RuleBasedBreakIterator is inefficient
Reviewed-by: okutsu
andrew [Fri, 08 Jan 2010 12:51:15 +0000] rev 4843
6584033: (tz) wrong buffer length in TimeZone_md.c
Summary: Add testcase for this bug
Reviewed-by: darcy, okutsu
peterz [Fri, 25 Dec 2009 17:47:08 +0300] rev 4842
6860438: [Nimbus] Code to globally set slider's thumb background doesn't work as specified
Reviewed-by: rupashka
peterz [Mon, 21 Dec 2009 19:26:58 +0300] rev 4841
6860433: [Nimbus] Code to set a single slider's thumb background doesn't work as specified
Reviewed-by: rupashka
lana [Wed, 16 Dec 2009 16:25:08 -0800] rev 4840
Merge
peytoia [Tue, 15 Dec 2009 14:50:01 +0900] rev 4839
5047314: [Col] Collator.compare() runs indefinitely for a certain set of Thai strings
Reviewed-by: okutsu
lana [Tue, 09 Feb 2010 00:02:38 -0800] rev 4838
Merge
yan [Mon, 08 Feb 2010 17:02:43 +0300] rev 4837
6882912: Strange behaviours when typing @ or '
Summary: Eliminate stray lines without a proper unicode->regularKeyID pair (e.g. as there is no "arrow left" unicode, should be no pair)
Reviewed-by: rupashka
lana [Thu, 28 Jan 2010 18:24:54 -0800] rev 4836
Merge
dcherepanov [Fri, 22 Jan 2010 19:47:18 +0300] rev 4835
6756774: fstdebug jvm fails with assertion (result != deleted_handle(),"Used a deleted global handle.")
Reviewed-by: art, anthony
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