Tue, 18 Aug 2009 19:53:43 -0700 Merge
xdono [Tue, 18 Aug 2009 19:53:43 -0700] rev 3639
Merge
Tue, 18 Aug 2009 19:50:12 +0100 6873059: Explicitly use -source 6 -target 6 when compiling with the boot jdk javac
andrew [Tue, 18 Aug 2009 19:50:12 +0100] rev 3638
6873059: Explicitly use -source 6 -target 6 when compiling with the boot jdk javac Summary: The bootstrap javac currently uses the default source and targets of the boot javac Reviewed-by: ohair
Mon, 24 Aug 2009 22:27:30 -0700 Merge
tbell [Mon, 24 Aug 2009 22:27:30 -0700] rev 3637
Merge
Mon, 24 Aug 2009 18:37:37 +0100 6872048: bad private keys are generated for 2 specific ECC curves
vinnie [Mon, 24 Aug 2009 18:37:37 +0100] rev 3636
6872048: bad private keys are generated for 2 specific ECC curves Reviewed-by: wetmore
Mon, 24 Aug 2009 09:57:30 -0700 6853636: Fix warnings in jdwpgen, add jdwpgen NetBeans project
ohair [Mon, 24 Aug 2009 09:57:30 -0700] rev 3635
6853636: Fix warnings in jdwpgen, add jdwpgen NetBeans project Reviewed-by: andrew, alanb, tbell, swamyv
Mon, 24 Aug 2009 18:37:48 +0800 6875033: regression: test of 6867665 fail
weijun [Mon, 24 Aug 2009 18:37:48 +0800] rev 3634
6875033: regression: test of 6867665 fail Reviewed-by: xuelei
Sun, 23 Aug 2009 17:20:46 +0100 Merge
alanb [Sun, 23 Aug 2009 17:20:46 +0100] rev 3633
Merge
Sun, 23 Aug 2009 12:53:45 +0100 6842687: New I/O: Update Asynchronous I/O API to jsr203/nio2-b101
alanb [Sun, 23 Aug 2009 12:53:45 +0100] rev 3632
6842687: New I/O: Update Asynchronous I/O API to jsr203/nio2-b101 Reviewed-by: sherman
Sat, 22 Aug 2009 17:40:18 +0100 6874521: Remove @note tags
alanb [Sat, 22 Aug 2009 17:40:18 +0100] rev 3631
6874521: Remove @note tags Reviewed-by: andrew, darcy
Fri, 21 Aug 2009 11:31:18 -0700 6378701: (enum) Unclear purpose of EnumConstantNotPresentException
darcy [Fri, 21 Aug 2009 11:31:18 -0700] rev 3630
6378701: (enum) Unclear purpose of EnumConstantNotPresentException Reviewed-by: lancea, andrew, alanb
Thu, 20 Aug 2009 08:48:29 +0100 6866804: (file) Path calls checkPermission insteadof checkXXX (sol)
alanb [Thu, 20 Aug 2009 08:48:29 +0100] rev 3629
6866804: (file) Path calls checkPermission insteadof checkXXX (sol) Reviewed-by: sherman
Thu, 20 Aug 2009 08:42:38 +0100 6870926: (file) Path.toRealPath performance can be improved (win)
alanb [Thu, 20 Aug 2009 08:42:38 +0100] rev 3628
6870926: (file) Path.toRealPath performance can be improved (win) Reviewed-by: sherman
Thu, 20 Aug 2009 08:39:18 +0100 6595866: File does work with symbolic links (win,vista)
alanb [Thu, 20 Aug 2009 08:39:18 +0100] rev 3627
6595866: File does work with symbolic links (win,vista) Reviewed-by: sherman
Thu, 20 Aug 2009 11:24:42 +0800 6867665: Problem with keytabs with multiple kvno's (key versions)
weijun [Thu, 20 Aug 2009 11:24:42 +0800] rev 3626
6867665: Problem with keytabs with multiple kvno's (key versions) Reviewed-by: valeriep, ohair
Tue, 18 Aug 2009 17:45:46 -0700 Merge
tbell [Tue, 18 Aug 2009 17:45:46 -0700] rev 3625
Merge
Tue, 18 Aug 2009 10:20:50 +0800 6829785: TextCallbackHandler does not honor PasswordCallback.isEchoOn()
weijun [Tue, 18 Aug 2009 10:20:50 +0800] rev 3624
6829785: TextCallbackHandler does not honor PasswordCallback.isEchoOn() Reviewed-by: mullan
Fri, 14 Aug 2009 14:29:45 -0700 6730652: CharsetEncoder.canEncode(char) returns incorrect values for some charsets
sherman [Fri, 14 Aug 2009 14:29:45 -0700] rev 3623
6730652: CharsetEncoder.canEncode(char) returns incorrect values for some charsets Summary: override the canEncode() in ISO2022_CN_CNS Reviewed-by: martin
Fri, 14 Aug 2009 11:23:01 -0700 6866397: (file) PathMatcher with regex syntax doesn't match as expected (win)
sherman [Fri, 14 Aug 2009 11:23:01 -0700] rev 3622
6866397: (file) PathMatcher with regex syntax doesn't match as expected (win) Summary: Use unicode_case_insensitive for windows path matcher for now. Reviewed-by: alanb
Thu, 13 Aug 2009 15:12:32 -0700 Merge
sherman [Thu, 13 Aug 2009 15:12:32 -0700] rev 3621
Merge
Thu, 13 Aug 2009 15:01:18 -0700 6676423: (prefs) Opensource unit/regression tests for java.util.prefs
sherman [Thu, 13 Aug 2009 15:01:18 -0700] rev 3620
6676423: (prefs) Opensource unit/regression tests for java.util.prefs Summary: Moved the existing test cases for prefs to open area Reviewed-by: martin, alanb
Thu, 13 Aug 2009 12:37:47 -0700 Merge
wetmore [Thu, 13 Aug 2009 12:37:47 -0700] rev 3619
Merge
Thu, 13 Aug 2009 12:36:10 -0700 6870335: Provider numbers need to be bumped to 1.7
wetmore [Thu, 13 Aug 2009 12:36:10 -0700] rev 3618
6870335: Provider numbers need to be bumped to 1.7 Reviewed-by: mullan
Thu, 13 Aug 2009 10:50:23 -0700 6840246: Lightweight implementation of String.split for simple use case
sherman [Thu, 13 Aug 2009 10:50:23 -0700] rev 3617
6840246: Lightweight implementation of String.split for simple use case Summary: Added a fastpath for simple use case Reviewed-by: alanb, martin
Thu, 20 Aug 2009 11:20:21 -0700 Added tag jdk7-b70 for changeset 510668ab2f32
xdono [Thu, 20 Aug 2009 11:20:21 -0700] rev 3616
Added tag jdk7-b70 for changeset 510668ab2f32
Wed, 05 Jul 2017 16:59:32 +0200 Merge
duke [Wed, 05 Jul 2017 16:59:32 +0200] rev 3615
Merge
Fri, 21 Aug 2009 20:16:58 -0700 Merge
trims [Fri, 21 Aug 2009 20:16:58 -0700] rev 3614
Merge
Fri, 14 Aug 2009 17:14:07 -0700 Merge
trims [Fri, 14 Aug 2009 17:14:07 -0700] rev 3613
Merge
Fri, 14 Aug 2009 13:44:15 -0700 6872000: G1: compilation fails on linux/older gcc
apetrusenko [Fri, 14 Aug 2009 13:44:15 -0700] rev 3612
6872000: G1: compilation fails on linux/older gcc Reviewed-by: jcoomes, tonyp
Thu, 13 Aug 2009 17:59:05 -0700 Merge
trims [Thu, 13 Aug 2009 17:59:05 -0700] rev 3611
Merge
Wed, 12 Aug 2009 14:27:54 -0700 6867645: java -Xshare:dump failed - read only space too small
jcoomes [Wed, 12 Aug 2009 14:27:54 -0700] rev 3610
6867645: java -Xshare:dump failed - read only space too small Reviewed-by: iveresov, tonyp, ysr
(0) -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip