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
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
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
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
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
weijun [Wed, 28 Oct 2009 15:32:49 +0800] rev 4169
6890872: keytool -printcert to recognize signed jar files
Reviewed-by: mullan
weijun [Wed, 28 Oct 2009 15:32:30 +0800] rev 4168
6893158: AP_REQ check should use key version number
Reviewed-by: valeriep, xuelei
alanb [Tue, 27 Oct 2009 08:55:35 +0000] rev 4167
6888179: Separate out dependency on CORBA
Reviewed-by: dfuchs
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
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
chegar [Thu, 22 Oct 2009 15:44:42 +0100] rev 4164
6894169: Move HttpLogFormatter into a separate package
Reviewed-by: alanb
sherman [Wed, 21 Oct 2009 11:52:04 -0700] rev 4163
Merge
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
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
darcy [Wed, 21 Oct 2009 09:53:23 -0700] rev 4160
6560935: BigInteger.modPow() throws ArithmeticException for negative exponent
Reviewed-by: alanb