Wed, 13 Apr 2011 11:59:18 -0700 7031343: Provide API changes to support future GCM AEAD ciphers
wetmore [Wed, 13 Apr 2011 11:59:18 -0700] rev 9265
7031343: Provide API changes to support future GCM AEAD ciphers Reviewed-by: valeriep, xuelei
Wed, 13 Apr 2011 11:36:34 -0700 6914617: JCE framework code signing certificate is expiring at the end of 2010.
wetmore [Wed, 13 Apr 2011 11:36:34 -0700] rev 9264
6914617: JCE framework code signing certificate is expiring at the end of 2010. Reviewed-by: valeriep, weijun, mullan
Wed, 13 Apr 2011 18:39:48 +0100 6597112: referential integrity loophole during remote object export
alanb [Wed, 13 Apr 2011 18:39:48 +0100] rev 9263
6597112: referential integrity loophole during remote object export Reviewed-by: peterjones Contributed-by: Neil Richards <neil.richards@ngmr.net>
Wed, 13 Apr 2011 11:21:36 -0400 7036251: Correct SQLPermission constructor javadocs for permission target names
lancea [Wed, 13 Apr 2011 11:21:36 -0400] rev 9262
7036251: Correct SQLPermission constructor javadocs for permission target names Reviewed-by: alanb
Tue, 12 Apr 2011 16:09:17 -0700 6986789: Sun pkcs11 provider fails to parse path name containing "+"
valeriep [Tue, 12 Apr 2011 16:09:17 -0700] rev 9261
6986789: Sun pkcs11 provider fails to parse path name containing "+" Summary: Modified to accept '+' as valid character. Reviewed-by: weijun
Tue, 12 Apr 2011 15:57:28 -0700 7001094: Can't initialize SunPKCS11 more times than PKCS11 driver maxSessionCount
valeriep [Tue, 12 Apr 2011 15:57:28 -0700] rev 9260
7001094: Can't initialize SunPKCS11 more times than PKCS11 driver maxSessionCount Summary: Changed SessionManager to keep track of session count for each instance Reviewed-by: mullan
Tue, 12 Apr 2011 13:36:38 -0700 7035555: 4/4 attach/BasicTests.sh needs another tweak for Cygwin
dcubed [Tue, 12 Apr 2011 13:36:38 -0700] rev 9259
7035555: 4/4 attach/BasicTests.sh needs another tweak for Cygwin Summary: Test needs to properly detect missing AgentInitializationException. Clarify when exceptions are expected. Another Cygwin tweak. Reviewed-by: dsamersoff, ohair
Tue, 12 Apr 2011 14:32:03 -0400 7007772: Address typos in javadoc for ResultSet
lancea [Tue, 12 Apr 2011 14:32:03 -0400] rev 9258
7007772: Address typos in javadoc for ResultSet Reviewed-by: ohair, smarks
Tue, 12 Apr 2011 12:25:15 -0400 7035615: Address lint warnings for javax.sql.rowset & com.sun.rowset
lancea [Tue, 12 Apr 2011 12:25:15 -0400] rev 9257
7035615: Address lint warnings for javax.sql.rowset & com.sun.rowset Reviewed-by: alanb, darcy
Tue, 12 Apr 2011 08:27:00 -0700 6882437: CertPath/X509CertPathDiscovery/Test fails on jdk7/pit/b62
xuelei [Tue, 12 Apr 2011 08:27:00 -0700] rev 9256
6882437: CertPath/X509CertPathDiscovery/Test fails on jdk7/pit/b62 Summary: Pass trust anchors to CRL certification path building, support CRLs without AKID extension. Reviewed-by: mullan
Tue, 12 Apr 2011 13:14:05 +0200 7026304: Fork-Join sample
rbackman [Tue, 12 Apr 2011 13:14:05 +0200] rev 9255
7026304: Fork-Join sample Summary: Implement a merge-sort sample using Fork-Join Reviewed-by: hosterda, chegar, dholmes
Tue, 12 Apr 2011 09:04:57 +0200 7026287: Asynchronous API sample
rbackman [Tue, 12 Apr 2011 09:04:57 +0200] rev 9254
7026287: Asynchronous API sample Summary: Implement a chat server using the new asynchronous networking API Reviewed-by: hosterda, alanb
Mon, 11 Apr 2011 23:20:41 -0700 7035834: Bad @param tags in LayerUI.java
darcy [Mon, 11 Apr 2011 23:20:41 -0700] rev 9253
7035834: Bad @param tags in LayerUI.java Reviewed-by: rupashka
Mon, 11 Apr 2011 12:52:39 +0100 Merge
alanb [Mon, 11 Apr 2011 12:52:39 +0100] rev 9252
Merge
Sun, 10 Apr 2011 19:45:28 +0100 7034532: (fs) AssertionError when working directory is UNC
alanb [Sun, 10 Apr 2011 19:45:28 +0100] rev 9251
7034532: (fs) AssertionError when working directory is UNC Reviewed-by: forax, mduigou
Sun, 10 Apr 2011 23:33:14 -0700 7033561: Missing Unicode Script aliases
sherman [Sun, 10 Apr 2011 23:33:14 -0700] rev 9250
7033561: Missing Unicode Script aliases Summary: added 6.0 aliases Reviewed-by: okutsu, peytoia, alanb
Mon, 11 Apr 2011 10:22:39 +0800 7030180: AES 128/256 decrypt exception
weijun [Mon, 11 Apr 2011 10:22:39 +0800] rev 9249
7030180: AES 128/256 decrypt exception Reviewed-by: valeriep
Mon, 11 Apr 2011 10:22:17 +0800 7012160: read SF file in signed jar in streaming mode
weijun [Mon, 11 Apr 2011 10:22:17 +0800] rev 9248
7012160: read SF file in signed jar in streaming mode Reviewed-by: mullan
Fri, 08 Apr 2011 10:33:14 +0100 7035020: ForkJoinPool.invoke may deadlock if parallelism = 1
dl [Fri, 08 Apr 2011 10:33:14 +0100] rev 9247
7035020: ForkJoinPool.invoke may deadlock if parallelism = 1 Reviewed-by: chegar
Fri, 08 Apr 2011 02:00:09 -0700 6976117: SSLContext.getInstance("TLSv1.1") returns SSLEngines/SSLSockets without TLSv1.1 enabled
xuelei [Fri, 08 Apr 2011 02:00:09 -0700] rev 9246
6976117: SSLContext.getInstance("TLSv1.1") returns SSLEngines/SSLSockets without TLSv1.1 enabled Summary: Reorg the SSLContext implementation Reviewed-by: weijun
Thu, 07 Apr 2011 17:08:16 -0700 7034700: (unpack200) build fails with fastdebug builds
ksrini [Thu, 07 Apr 2011 17:08:16 -0700] rev 9245
7034700: (unpack200) build fails with fastdebug builds Reviewed-by: ohair
Thu, 07 Apr 2011 12:06:32 -0700 7029048: (launcher) fence the launcher against LD_LIBRARY_PATH
ksrini [Thu, 07 Apr 2011 12:06:32 -0700] rev 9244
7029048: (launcher) fence the launcher against LD_LIBRARY_PATH Reviewed-by: mchung, ohair
Thu, 07 Apr 2011 11:25:09 -0400 7034656: Address lint warnings for DriverManager
lancea [Thu, 07 Apr 2011 11:25:09 -0400] rev 9243
7034656: Address lint warnings for DriverManager Reviewed-by: alanb, forax, ohair
Thu, 07 Apr 2011 15:06:32 +0100 7034657: Update Creative Commons license URL in legal notices
dl [Thu, 07 Apr 2011 15:06:32 +0100] rev 9242
7034657: Update Creative Commons license URL in legal notices Reviewed-by: chegar
Wed, 06 Apr 2011 19:31:30 -0700 7033954: (launcher) Launchers not built with mapfiles
ksrini [Wed, 06 Apr 2011 19:31:30 -0700] rev 9241
7033954: (launcher) Launchers not built with mapfiles Reviewed-by: ohair
Thu, 07 Apr 2011 08:51:33 +0800 7032354: no-addresses should not be used on acceptor side
weijun [Thu, 07 Apr 2011 08:51:33 +0800] rev 9240
7032354: no-addresses should not be used on acceptor side Reviewed-by: valeriep
Wed, 06 Apr 2011 17:37:36 -0400 7034471: Wrap registeredDrivers in DriverManager
lancea [Wed, 06 Apr 2011 17:37:36 -0400] rev 9239
7034471: Wrap registeredDrivers in DriverManager Reviewed-by: alanb, briangoetz
Wed, 06 Apr 2011 20:54:12 +0100 Merge
alanb [Wed, 06 Apr 2011 20:54:12 +0100] rev 9238
Merge
Wed, 06 Apr 2011 20:51:55 +0100 7034155: (ch) NullPointerException in sun.io.ch.IOUtil when OOM is thrown
alanb [Wed, 06 Apr 2011 20:51:55 +0100] rev 9237
7034155: (ch) NullPointerException in sun.io.ch.IOUtil when OOM is thrown Reviewed-by: forax
Wed, 06 Apr 2011 10:53:13 -0700 7031546: test/java/util/ResourceBundle/Bug4168625Test.java fails on solaris10u9 sparc.
naoto [Wed, 06 Apr 2011 10:53:13 -0700] rev 9236
7031546: test/java/util/ResourceBundle/Bug4168625Test.java fails on solaris10u9 sparc. Reviewed-by: okutsu
(0) -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip