malenkov [Thu, 03 Sep 2009 19:42:27 +0400] rev 4199
6657026: Numerous static security flaws in Swing (findbugs)
Reviewed-by: hawtin, peterz
asaha [Tue, 01 Sep 2009 08:15:00 -0700] rev 4198
Merge
asaha [Mon, 31 Aug 2009 08:54:39 -0700] rev 4197
Merge
asaha [Thu, 27 Aug 2009 15:08:10 -0700] rev 4196
Merge
asaha [Wed, 26 Aug 2009 08:38:57 -0700] rev 4195
Merge
okutsu [Wed, 26 Aug 2009 17:05:15 +0900] rev 4194
6824265: (tz) TimeZone.getTimeZone allows probing local filesystem
Reviewed-by: peytoia
valeriep [Thu, 20 Aug 2009 17:16:13 -0700] rev 4193
6874407: Missing regression test for 6636650
Summary: Prevent classloader from resurrection
Reviewed-by: hawtin
valeriep [Thu, 20 Aug 2009 14:49:31 -0700] rev 4192
6636650: (cl) Resurrected ClassLoaders can still have children
Summary: Prevent classloader from resurrection
Reviewed-by: hawtin
dcherepanov [Thu, 20 Aug 2009 12:46:43 +0400] rev 4191
6664512: Component and [Default]KeyboardFocusManager pass security sensitive objects to loggers
Summary: toString is called on security sensitive objects
Reviewed-by: art, hawtin
xuelei [Tue, 18 Aug 2009 20:47:13 -0700] rev 4190
6861062: Disable MD2 support
Reviewed-by: mullan, weijun
asaha [Tue, 18 Aug 2009 16:53:23 -0700] rev 4189
Merge
weijun [Tue, 18 Aug 2009 12:10:12 +0800] rev 4188
6864911: ASN.1/DER input stream parser needs more work
Reviewed-by: mullan, xuelei
ohair [Sun, 08 Nov 2009 15:11:10 -0800] rev 4187
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
Reviewed-by: tbell, jjg, alanb
tbell [Fri, 06 Nov 2009 17:27:41 -0800] rev 4186
Merge
martin [Thu, 05 Nov 2009 16:12:45 -0800] rev 4185
6898220: Optimize Formatter.parse (including String.printf)
Summary: Create fewer objects when parsing
Reviewed-by: sherman
Contributed-by: Daniel Martin <dtm@google.com>
martin [Thu, 05 Nov 2009 16:12:45 -0800] rev 4184
6897553: LinkedList performance improvements
Summary: LinkedList of size N creates N+1 instead of N+2 objects. Comparing against null is faster than comparing against sentinel node
Reviewed-by: dl, jjb, forax
martin [Wed, 04 Nov 2009 15:22:30 -0800] rev 4183
6897993: (se) Close or cancel performance issue when number of pending updates is high (lnx)
Summary: Use O(1) Iterator instead of O(N) operations on LinkedList updateList
Reviewed-by: alanb
Contributed-by: Igor Chernyshev <igorc@google.com>
darcy [Tue, 03 Nov 2009 15:01:50 -0800] rev 4182
6897550: BigInteger constructor should use local cached String length
Reviewed-by: andrew, chegar
alanb [Fri, 30 Oct 2009 21:31:02 +0000] rev 4181
6896829: test/sun/util/logging/PlatformLoggerTest.java needs @compile tag to be compiled by jtreg
Reviewed-by: mchung, tbell
tbell [Fri, 30 Oct 2009 13:12:24 -0700] rev 4180
Merge
tbell [Fri, 30 Oct 2009 09:06:38 -0700] rev 4179
Merge
sherman [Fri, 30 Oct 2009 13:01:16 -0700] rev 4178
6894950: test/java/util/zip/Bounds.java fails with OoutOfMemoryError
Summary: Fixed the boundary check in Deflater.java
Reviewed-by: alanb
alanb [Fri, 30 Oct 2009 15:06:24 +0000] rev 4177
6896573: Arrays.sort(long[]) fails with StackOverflowError
Reviewed-by: jjb
Contributed-by: vladimir.yaroslavskiy@sun.com
weijun [Fri, 30 Oct 2009 11:28:42 +0800] rev 4176
6894534: SeedGenerator shouldn't require java.nio.file to be present
Reviewed-by: alanb
mchung [Thu, 29 Oct 2009 19:55:52 -0700] rev 4175
Merge
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
chegar [Wed, 21 Oct 2009 16:50:44 +0100] rev 4159
Merge
chegar [Wed, 21 Oct 2009 15:47:09 +0100] rev 4158
Merge
chegar [Wed, 21 Oct 2009 15:41:42 +0100] rev 4157
6893238: Move NTLM and SPNEGO implementations into separate packages
Reviewed-by: michaelm, alanb
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
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
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
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
weijun [Wed, 21 Oct 2009 08:17:35 +0800] rev 4152
6870812: enhance security tools to use ECC algorithms
Reviewed-by: vinnie, mullan
darcy [Tue, 20 Oct 2009 09:51:28 -0700] rev 4151
6371401: java.math.BigInteger.shift(Integer.MIN_VALUE) throws StackOverflowError
Reviewed-by: alanb
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
katleman [Thu, 12 Nov 2009 15:35:52 -0800] rev 4149
Added tag jdk7-b76 for changeset 731e12a5b61d
duke [Wed, 05 Jul 2017 17:03:13 +0200] rev 4148
Merge
katleman [Thu, 12 Nov 2009 15:35:38 -0800] rev 4147
Added tag jdk7-b76 for changeset 02d36709a16f
katleman [Thu, 12 Nov 2009 15:35:34 -0800] rev 4146
Added tag jdk7-b76 for changeset ef0a6062eaec
duke [Wed, 05 Jul 2017 17:03:06 +0200] rev 4145
Added tag jdk7-b76 for changeset 09e0b33177af
duke [Wed, 05 Jul 2017 17:03:05 +0200] rev 4144
Merge
duke [Wed, 05 Jul 2017 17:03:03 +0200] rev 4143
Merge
darcy [Mon, 02 Nov 2009 21:36:59 -0800] rev 4142
6827009: Project Coin: Strings in Switch
Reviewed-by: jjg, mcimadamore
mikejwre [Fri, 30 Oct 2009 10:55:00 -0700] rev 4141
Added tag jdk7-b75 for changeset 0096541a388e
duke [Wed, 05 Jul 2017 17:02:58 +0200] rev 4140
Merge