Thu, 29 Oct 2009 19:55:52 -0700 Merge
mchung [Thu, 29 Oct 2009 19:55:52 -0700] rev 4175
Merge
Thu, 29 Oct 2009 09:22:00 -0700 6896422: Add @ignore to test/java/util/zip/Bounds.java
mchung [Thu, 29 Oct 2009 09:22:00 -0700] rev 4174
6896422: Add @ignore to test/java/util/zip/Bounds.java Summary: ignore test/java/util/zip/Bounds.java until 6896424 is resolved Reviewed-by: sherman
Wed, 28 Oct 2009 11:18:01 -0700 6895875: Missing serialVersionUID in sun.management classes
mchung [Wed, 28 Oct 2009 11:18:01 -0700] rev 4173
6895875: Missing serialVersionUID in sun.management classes Summary: Added serialVersionUID to fix warning errors Reviewed-by: alanb
Tue, 27 Oct 2009 16:32:23 -0700 6876135: Add PlatformLoggingMXBean to eliminate the dependency on JMX from logging
mchung [Tue, 27 Oct 2009 16:32:23 -0700] rev 4172
6876135: Add PlatformLoggingMXBean to eliminate the dependency on JMX from logging Summary: Added a new PlatformLoggingMXBean interface to extend PlatformManagedObject instead of LoggingMXBean Reviewed-by: alanb
Tue, 27 Oct 2009 16:31:01 -0700 6895456: Eliminate dependency on java.io.ObjectStreamClass during boot
mchung [Tue, 27 Oct 2009 16:31:01 -0700] rev 4171
6895456: Eliminate dependency on java.io.ObjectStreamClass during boot Summary: Duplicate ObjectStreamClass.getClassSignature method in ObjectStreamField class Reviewed-by: alanb
Thu, 29 Oct 2009 11:18:37 +0000 6880672: Replace quicksort in java.util.Arrays with dual-pivot implementation
alanb [Thu, 29 Oct 2009 11:18:37 +0000] rev 4170
6880672: Replace quicksort in java.util.Arrays with dual-pivot implementation Reviewed-by: jjb Contributed-by: vladimir.yaroslavskiy@sun.com, joshua.bloch@google.com, jbentley@avaya.com
Wed, 28 Oct 2009 15:32:49 +0800 6890872: keytool -printcert to recognize signed jar files
weijun [Wed, 28 Oct 2009 15:32:49 +0800] rev 4169
6890872: keytool -printcert to recognize signed jar files Reviewed-by: mullan
Wed, 28 Oct 2009 15:32:30 +0800 6893158: AP_REQ check should use key version number
weijun [Wed, 28 Oct 2009 15:32:30 +0800] rev 4168
6893158: AP_REQ check should use key version number Reviewed-by: valeriep, xuelei
Tue, 27 Oct 2009 08:55:35 +0000 6888179: Separate out dependency on CORBA
alanb [Tue, 27 Oct 2009 08:55:35 +0000] rev 4167
6888179: Separate out dependency on CORBA Reviewed-by: dfuchs
Sat, 24 Oct 2009 20:36:01 +0100 6894633: NetHooks should not require provider to be present (sol)
alanb [Sat, 24 Oct 2009 20:36:01 +0100] rev 4166
6894633: NetHooks should not require provider to be present (sol) Reviewed-by: chegar, jccollet
Fri, 23 Oct 2009 11:18:17 -0700 6891113: More methods for java.util.Objects: deepEquals, hash, toString with default
darcy [Fri, 23 Oct 2009 11:18:17 -0700] rev 4165
6891113: More methods for java.util.Objects: deepEquals, hash, toString with default Reviewed-by: alanb, gafter
Thu, 22 Oct 2009 15:44:42 +0100 6894169: Move HttpLogFormatter into a separate package
chegar [Thu, 22 Oct 2009 15:44:42 +0100] rev 4164
6894169: Move HttpLogFormatter into a separate package Reviewed-by: alanb
Wed, 21 Oct 2009 11:52:04 -0700 Merge
sherman [Wed, 21 Oct 2009 11:52:04 -0700] rev 4163
Merge
Wed, 21 Oct 2009 11:50:25 -0700 4206909: want java.util.zip to work for interactive use (Z_SYNC_FLUSH)
sherman [Wed, 21 Oct 2009 11:50:25 -0700] rev 4162
4206909: want java.util.zip to work for interactive use (Z_SYNC_FLUSH) Summary: Add sync_flush option into Deflater/DefalterOutputStream Reviewed-by: martin, alanb
Wed, 21 Oct 2009 11:40:40 -0700 6878475: Better syntax for the named capture group in regex
sherman [Wed, 21 Oct 2009 11:40:40 -0700] rev 4161
6878475: Better syntax for the named capture group in regex Summary: Updated the syntax of the newly added named capture group Reviewed-by: martin, alanb
Wed, 21 Oct 2009 09:53:23 -0700 6560935: BigInteger.modPow() throws ArithmeticException for negative exponent
darcy [Wed, 21 Oct 2009 09:53:23 -0700] rev 4160
6560935: BigInteger.modPow() throws ArithmeticException for negative exponent Reviewed-by: alanb
Wed, 21 Oct 2009 16:50:44 +0100 Merge
chegar [Wed, 21 Oct 2009 16:50:44 +0100] rev 4159
Merge
Wed, 21 Oct 2009 15:47:09 +0100 Merge
chegar [Wed, 21 Oct 2009 15:47:09 +0100] rev 4158
Merge
Wed, 21 Oct 2009 15:41:42 +0100 6893238: Move NTLM and SPNEGO implementations into separate packages
chegar [Wed, 21 Oct 2009 15:41:42 +0100] rev 4157
6893238: Move NTLM and SPNEGO implementations into separate packages Reviewed-by: michaelm, alanb
Wed, 21 Oct 2009 17:33:18 +0200 6851617: Remove JSR 255 (JMX API 2.0) from JDK 7
emcmanus [Wed, 21 Oct 2009 17:33:18 +0200] rev 4156
6851617: Remove JSR 255 (JMX API 2.0) from JDK 7 Summary: See http://weblogs.java.net/blog/2009/06/16/jsr-255-jmx-api-20-postponed Reviewed-by: dfuchs
Wed, 21 Oct 2009 16:28:57 +0200 6893702: Overhaul of Ftp Client internal code
jccollet [Wed, 21 Oct 2009 16:28:57 +0200] rev 4155
6893702: Overhaul of Ftp Client internal code Summary: Major reorg of internal FTP client code Reviewed-by: chegar
Wed, 21 Oct 2009 13:42:39 +0200 6873543: CookieManager doesn't enforce httpOnly
jccollet [Wed, 21 Oct 2009 13:42:39 +0200] rev 4154
6873543: CookieManager doesn't enforce httpOnly Summary: Adds check for httpOnly tag and clarifies javadoc Reviewed-by: chegar
Wed, 21 Oct 2009 00:12:59 -0700 6893426: ShellScaffold.sh fails on Solaris 10 update releases: /usr/bin/id: illegal option -- u
tbell [Wed, 21 Oct 2009 00:12:59 -0700] rev 4153
6893426: ShellScaffold.sh fails on Solaris 10 update releases: /usr/bin/id: illegal option -- u Reviewed-by: ohair, dcubed
Wed, 21 Oct 2009 08:17:35 +0800 6870812: enhance security tools to use ECC algorithms
weijun [Wed, 21 Oct 2009 08:17:35 +0800] rev 4152
6870812: enhance security tools to use ECC algorithms Reviewed-by: vinnie, mullan
Tue, 20 Oct 2009 09:51:28 -0700 6371401: java.math.BigInteger.shift(Integer.MIN_VALUE) throws StackOverflowError
darcy [Tue, 20 Oct 2009 09:51:28 -0700] rev 4151
6371401: java.math.BigInteger.shift(Integer.MIN_VALUE) throws StackOverflowError Reviewed-by: alanb
Tue, 20 Oct 2009 15:35:55 +0100 6890349: Fix #6870935 in jdk7/pit/b74 caused HttpClinet's check for "proxy capture" attack by-passed.
michaelm [Tue, 20 Oct 2009 15:35:55 +0100] rev 4150
6890349: Fix #6870935 in jdk7/pit/b74 caused HttpClinet's check for "proxy capture" attack by-passed. Summary: pass exception up stack Reviewed-by: chegar
Thu, 12 Nov 2009 15:35:52 -0800 Added tag jdk7-b76 for changeset 731e12a5b61d
katleman [Thu, 12 Nov 2009 15:35:52 -0800] rev 4149
Added tag jdk7-b76 for changeset 731e12a5b61d
Wed, 05 Jul 2017 17:03:13 +0200 Merge
duke [Wed, 05 Jul 2017 17:03:13 +0200] rev 4148
Merge
Thu, 12 Nov 2009 15:35:38 -0800 Added tag jdk7-b76 for changeset 02d36709a16f
katleman [Thu, 12 Nov 2009 15:35:38 -0800] rev 4147
Added tag jdk7-b76 for changeset 02d36709a16f
Thu, 12 Nov 2009 15:35:34 -0800 Added tag jdk7-b76 for changeset ef0a6062eaec
katleman [Thu, 12 Nov 2009 15:35:34 -0800] rev 4146
Added tag jdk7-b76 for changeset ef0a6062eaec
(0) -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip