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
weijun [Wed, 03 Feb 2010 17:04:52 +0800] rev 4819
6922482: keytool's help on -file always shows 'output file'
Reviewed-by: wetmore
andrew [Tue, 02 Feb 2010 10:55:07 +0000] rev 4818
6921740: Eliminate warnings from sun.io converters and allow compiling with JAVAC_MAX_WARNINGS=true
Summary: Fix sun.io converters unchecked and cast warnings produced by -Xlint:all
Reviewed-by: alanb, sherman
sherman [Wed, 27 Jan 2010 19:39:55 -0800] rev 4817
6920732: opensource test/java/nio/charset
Summary: move the test cases to openjdk
Reviewed-by: martin
lana [Wed, 27 Jan 2010 14:46:06 -0800] rev 4816
Merge
ptisnovs [Wed, 27 Jan 2010 17:47:53 +0100] rev 4815
6920143: test/java/awt/TestArea/UsingWithMouse.java needs realSync()
Summary: Added small delay to make sure that TextArea animation have finished
Reviewed-by: anthony
chegar [Wed, 27 Jan 2010 16:11:53 +0000] rev 4814
6905552: libnet/nio portability issues
Reviewed-by: alanb
jccollet [Tue, 26 Jan 2010 11:39:29 +0100] rev 4813
6919185: test/closed/sun/net/ftp/FtpTests fails to compile
Summary: Fixed a couple of regressions in FtpClient and updated the test.
Reviewed-by: chegar
weijun [Tue, 26 Jan 2010 17:03:48 +0800] rev 4812
6919610: KeyTabInputStream uses static field for per-instance value
Reviewed-by: mullan
chegar [Mon, 25 Jan 2010 15:41:37 +0000] rev 4811
6707289: InterfaceAddress.getNetworkPrefixLength() does not conform to Javadoc
Reviewed-by: michaelm